Many components inherit their persistence strategy from the page
annotating the page thus is the official word:

@Meta("tapestry.persistence-strategy=client")

or: use cookies
http://wiki.apache.org/tapestry/Tapestry5HowToUsePersistentFieldStrategy
not as clever as Joshes solution, but it doesn't use the session at all

--nK

On Fri, Jun 20, 2008 at 4:11 PM, Lutz Hühnken <
[EMAIL PROTECTED]> wrote:

> Well, if you want stateless, you probably don't even want the session
> to be created at all.
>
> There has been a conversation about this on this mailing list before.
> The solution takes advantage of the possibility to define the
> persistence strategy per component. It also provides a custom
> persistence strategy that only stores the tracker if errors have
> actually been found. See http://markmail.org/message/jfmxfsjgiy3msnhf
>
> I could imagine another good way to do: create your own
> "StatelessForm" component. I don't know how much work that would be,
> though. If you create such a component, please post the code on this
> list or on the wiki!
>
> Hth,
>
> Lutz
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to