Hi everybody.
I have experienced problems with the HTML Collection Renderer. I have found a documention for EP6.0 SP2 which explains it use, but there migth be a difference in the configuration process.It does not appear regardless if I tried to include it as grid in a gridListLayout controller. Has anybody use it with success. I have to work more on it.
Regards
Gonzalo
Hi Everybody:
I finally manage to make it work. Perhaps, I was my inexperience; however, I connected the debugger and It was not able to recognize the HTML collection renderer java class.
My solution was to configure the HTML Collection Renderer as if it was custom collection renderer, I create new a collection renderer setting called <i>CustomCollectionRenderer</i>, in which a select <i>HTMLRenderer</i> as the collection renderer parameter and then I create a <i>HTML Collection Renderer</i> in which I use the <i>CustomCollectionRenderer</i> as base setting parameter, I add the link to html resource that I want to show and it shows the webpage.
Regards
Gonzalo
Add a comment