RE: formState="NONE" is it safe to use with persistent properties ?

2015-02-02 Thread nhhockeyplayer nashua
sorry Thiago for stalling when I get a chance I will revisit this currently its intermittent and with the formState being configured properly for each loop I still see state issues with the properties persisted I just got bigger fish to fry right now and will return to it eventually thanks

Re: formState="NONE" is it safe to use with persistent properties ?

2015-02-02 Thread Thiago H de Paula Figueiredo
On Fri, 30 Jan 2015 14:43:49 -0200, George Christman wrote: I'm not sure how formstate would be effecting performance like that? Without a provided ValueEncoder, a Loop inside a Form results in all the looped objects being serialized, then Base-64-ed, then put in a hidden input and the

Re: formState="NONE" is it safe to use with persistent properties ?

2015-01-30 Thread Thiago H de Paula Figueiredo
On Fri, 30 Jan 2015 10:20:30 -0200, nhhockeyplayer nashua wrote: Folks, I got a Home Page with a Gallery component sitting on top. I am operating three loops 1. loop to render pagination links This one should have form 2. nested loop to render collection looping columns and rows If I

Re: formState="NONE" is it safe to use with persistent properties ?

2015-01-30 Thread George Christman
You need to provide more code, but it sounds like your reloading the loop before persisting your items per page, then on your second change it picks up your persisted value from your first change. That would be my guess. Why not put those values in the url so they become bookmarkable, less memory c

RE: formState="NONE" is it safe to use with persistent properties ?

2015-01-30 Thread nhhockeyplayer nashua
y yet. But the gallery seems better. I will go with that for now. Its good enough for the girl I go out with. Best regards and thanks... KEN From: nhhockeypla...@hotmail.com To: thiag...@gmail.com; users@tapestry.apache.org Subject: RE: formState="NONE" is it safe to use with persis

Re: formState="NONE" is it safe to use with persistent properties ?

2015-01-30 Thread Chris Poulsen
Sounds like you should take a look at valueencoders. http://tapestry.apache.org/using-select-with-a-list.html#UsingSelectWithaList-ValueEncoder is one example On Fri, Jan 30, 2015 at 1:24 PM, nhhockeyplayer nashua < nhhockeypla...@hotmail.com> wrote: > I goto home page > > I select itemsPerPage

RE: formState="NONE" is it safe to use with persistent properties ?

2015-01-30 Thread nhhockeyplayer nashua
Best regards and thanks... KEN From: nhhockeypla...@hotmail.com To: thiag...@gmail.com; users@tapestry.apache.org Subject: RE: formState="NONE" is it safe to use with persistent properties ? Date: Fri, 30 Jan 2015 14:20:24 -0500 Thanks Thiago, I kept the formState=&quo

RE: formState="NONE" is it safe to use with persistent properties ?

2015-01-30 Thread nhhockeyplayer nashua
bject: Re: formState="NONE" is it safe to use with persistent properties ? > Date: Fri, 30 Jan 2015 12:06:44 -0200 > From: thiag...@gmail.com > > Sorry, I hit the Send key by mistake . . . > > On Fri, 30 Jan 2015 10:20:30 -0200, nhhockeyplayer nashua > wrot

Re: formState="NONE" is it safe to use with persistent properties ?

2015-01-30 Thread Thiago H de Paula Figueiredo
Sorry, I hit the Send key by mistake . . . On Fri, 30 Jan 2015 10:20:30 -0200, nhhockeyplayer nashua wrote: Folks, I got a Home Page with a Gallery component sitting on top. I am operating three loops 1. loop to render pagination links This one should have formState="NONE", as there's

RE: formState="NONE" is it safe to use with persistent properties ?

2015-01-30 Thread nhhockeyplayer nashua
I goto home page I select itemsPerPage = 5 render it I have to select it twice to get it to work now i set it to 250 it wont stick unless I select it twice really not fun the formState is taking me out here I dont want to propagate my properties to Home.JAVA any ideas ? Thanks for your as