You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Kalle Korhonen <ka...@gmail.com> on 2009/07/24 22:28:07 UTC

Re: Passing data to the same page - Understanding PersistanceContext.FLASH

Or, you can use a conversational scope - stored in session but as part
of separate scope which can be set to expire earlier than the session
itself. The library also supports multiple simultaneous conversations
on different browser tabs. More at
http://docs.codehaus.org/display/TRAILS/Conversations+in+Trails.

Kalle


On Wed, Jul 22, 2009 at 4:19 PM, Thiago H. de Paula
Figueiredo<th...@gmail.com> wrote:
> Em Wed, 22 Jul 2009 05:51:23 -0300, Stephan Windmüller
> <st...@cs.tu-dortmund.de> escreveu:
>
>> It is really necessary to use a persistent store when all needed data is
>> transmitted with each submit of the form?
>
> Tapestry does redirect-after-post by default, so some form of persistence is
> needed. You can also use the activation context to pass this information
> back to the page whithout usin @Persist or @SessionState.
>
> You can disable redirect-after-post (documentation at
> http://tapestry.apache.org/tapestry5.1/guide/conf.html), but I don't
> recommend this option.
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java consultant, developer, and instructor
> http://www.arsmachina.com.br/thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

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