You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by jiju <ji...@ibsplc.com> on 2006/12/15 10:40:22 UTC

@Persist collection

This is also related to tapestry For Loop component
I am creating  an editable contact List using For loop

rewind will work only when my contactList is stored in session (@Persist) 
i.e during rewind process it will check the values in the hidden fields with
that of the elements 
in the contactList. 

If i don't like to store any such objects in my session scope,is it possible
to use a For Component effectively.? 



-- 
View this message in context: http://www.nabble.com/%40Persist-collection-tf2826042.html#a7888583
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: @Persist collection

Posted by Jesse Kuhnert <jk...@gmail.com>.
Yes, use the keyExpression or converter parameter of the component.
It's much more performant that way.

On 12/15/06, jiju <ji...@ibsplc.com> wrote:
>
> This is also related to tapestry For Loop component
> I am creating  an editable contact List using For loop
>
> rewind will work only when my contactList is stored in session (@Persist)
> i.e during rewind process it will check the values in the hidden fields with
> that of the elements
> in the contactList.
>
> If i don't like to store any such objects in my session scope,is it possible
> to use a For Component effectively.?
>
>
>
> --
> View this message in context: http://www.nabble.com/%40Persist-collection-tf2826042.html#a7888583
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org