Re: How to edit a Set of values

2006-04-22 Thread Ted Steen
For some reason when I tried that again it worked :) thanks! On 4/21/06, Ron Piterman <[EMAIL PROTECTED]> wrote: > so the workflow looks like: > > some action ( submit? ) on page 1 >-> generate and set data on page 2 >-> display page 2 (data is ok) >-> submit form (page 2) >-> page

Re: How to edit a Set of values

2006-04-21 Thread Ron Piterman
so the workflow looks like: some action ( submit? ) on page 1 -> generate and set data on page 2 -> display page 2 (data is ok) -> submit form (page 2) -> page 2 displayed, data is lost Briefly looking at the code it seems you just have to add a hidden with the value binding ognl:someDa

How to edit a Set of values

2006-04-21 Thread Ted Steen
Hi! I'm trying to edit a set of values, and it works fine if I use @Persist on the data I'm trying to edit. I would like to avoid @Persist as much as I can as it bloats the session. Therefore I would like some guidance on how to do it without @Persist I would like to point out that I have tried @P