Re: tapestry 4.1.6 and pergmen question

2016-04-08 Thread Ivano Luberti
Thanks Kalle, I know the links you suggest, but I was exlcuding my code because it has not been chaned much from the one on the old server Anyway I will keep on investigating, I have no other choice. Thanks anyway Il 07/04/2016 17:37, Kalle Korhonen ha scritto: > On Thu, Apr 7, 2016 at 12:33

Re: tapestry 4.1.6 and pergmen question

2016-04-08 Thread Ivano Luberti
Thanks Kalle, I know the links you suggest, but I was exlcuding my code because it has not been chaned much from the one on the old server Anyway I will keep on investigating, I have no other choice. Thanks anyway Il 07/04/2016 17:37, Kalle Korhonen ha scritto: > On Thu, Apr 7, 2016 at 12:33

Paged grid with checkbox's fails when switching page

2016-04-08 Thread Ricardo Veloso
I've a very simple page with a t:form within a t:grid that has a column with a checkbox to select rows. When switching page it raises an exception *Component ProcessDetail:datalist.selected must be enclosed by a Form component* even with a t:form surrounding the t:grid What a

Re: Paged grid with checkbox's fails when switching page

2016-04-08 Thread Thiago H de Paula Figueiredo
Hi! On Fri, 08 Apr 2016 11:45:47 -0300, Ricardo Veloso wrote: I think the problem is that with inplace="true" the component generates a zone surrounding the pager. That's correct. So, when the AJAX request is done, the form isn't rendered again, so the checkbox rendering throws an excep

Re: Paged grid with checkbox's fails when switching page

2016-04-08 Thread Ricardo Veloso
Thank you Thiago. So it is not possible to achieve this with T5.4? Why zone attribute of Grid is not exposed as @Parameter instead of force "^" if inplace="true"? This way one could identify the zone to be updated. I'm trying to place a pagerPosition="none" and put an outer t:gridPager and give t

Re: Paged grid with checkbox's fails when switching page

2016-04-08 Thread Thiago H de Paula Figueiredo
On Fri, 08 Apr 2016 14:31:03 -0300, Ricardo Veloso wrote: Thank you Thiago. De nada! :D So it is not possible to achieve this with T5.4? Not with AJAX updates. Why zone attribute of Grid is not exposed as @Parameter instead of force "^" if inplace="true"? This way one could identify t