Searching and presenting matching row in grid

2016-04-07 Thread h3ph3st0s
Good evening! I am hitting my head with the following: having a textfield and there writing a value, I submit the value, and I need to iterate over the rows of a grid and fetch the page and present the record. So the template is like this: t:include="premiumNumber,internalId"

Re: tapestry 4.1.6 and pergmen question

2016-04-07 Thread Kalle Korhonen
On Thu, Apr 7, 2016 at 12:33 AM, Ivano Luberti wrote: > Kalle, Chris, thanks for your answers. > Unfortunately the problem is not related to webapp reloading even > restarting the Tomcat service leads to out of PermGen in a few days, > PermGen itself is quite large and I

Re: input form error causes div to clear left

2016-04-07 Thread Thiago H de Paula Figueiredo
On Thu, 07 Apr 2016 05:59:48 -0300, Qbyte Consulting wrote: I have a form made up of 4 divs, the top 2 lay side by side using float:left, the next 2 are clear left so they stack underneath. When a field in the top right div contains an error the whole div clears

input form error causes div to clear left

2016-04-07 Thread Qbyte Consulting
I have a form made up of 4 divs, the top 2 lay side by side using float:left, the next 2 are clear left so they stack underneath. When a field in the top right div contains an error the whole div clears left distorting the whole form into 4 stacked divs. How do I stop tapestries errors from

Re: tapestry 4.1.6 and pergmen question

2016-04-07 Thread Ivano Luberti
Kalle, Chris, thanks for your answers. Unfortunately the problem is not related to webapp reloading even restarting the Tomcat service leads to out of PermGen in a few days, PermGen itself is quite large and I already use UseConcMarkSweepGC. Down here you can read the java settings :

Re: tapestry 4.1.6 and pergmen question

2016-04-07 Thread Chris Poulsen
You could try "CMSClassUnloadingEnabled" to see if that helps -- Chris On Wed, Apr 6, 2016 at 11:24 PM, Kalle Korhonen wrote: > If you run out of permgen space very quickly, then it's indicative that the > allocated permgen space is simply too small. Perhaps the