Re: Dynamic clay in a datatable

2008-01-21 Thread Daniel del Río
Finally I found a solution! Thanks Gary to point me on the right way. In resume, it consists in duplicate the clay component for every distinct jsfid (every clay page template), and setting the rendered property accordingly. To achieve it the more easy way I found is to create a new jsf component

Re: Dynamic clay in a datatable

2008-01-18 Thread Gary VanMatre
From: Daniel del Río [EMAIL PROTECTED] Hello, I know similar questions was made in the past but I haven't found a response. I'm trying to render an HTML that depends of the current datatable row value, but the result is that all render the same page: This is the code:

Re: Dynamic clay in a datatable

2008-01-18 Thread Ryan Wynn
Could you try first this more direct way and see what happens? t:dataTable value=#{home.banners} var=c t:column clay:clay id=prueba jsfid=#{c.jsfid}/clay:clay /t:column /t:dataTable Not sure that the symbol tag is being