RE: Make Tapestry add an id to the tag of the grid

2015-09-22 Thread Davide Vecchi
Thanks Thiago, actually your original advice works great when I test it in a clean new test page with a simple grid. I do get the id attribute in the tag and no ecxeption. I don't even need to add the "literal:" prefix. The exception I mentioned only occurs from my actual page which has a lot o

Re: Make Tapestry add an id to the tag of the grid

2015-09-22 Thread Thiago H de Paula Figueiredo
On Tue, 22 Sep 2015 06:18:32 -0300, Davide Vecchi wrote: Thanks Thiago, actually your original advice works great when I test it in a clean new test page with a simple grid. I do get the id attribute in the tag and no ecxeption. Yay! :) I don't even need to add the "literal:" prefix.