Re: T5 turn off form validation

2008-06-20 Thread nicholas Krul
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 u

Re: T5 turn off form validation

2008-06-20 Thread Lutz Hühnken
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

Re: T5 turn off form validation

2008-06-19 Thread Sven Homburg
ng 1M + logins / hour I > can't afford sessions. > > -Original Message- > From: Sven Homburg [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 19, 2008 10:58 AM > To: Tapestry users > Subject: Re: T5 turn off form validation > > what can that make sense for? &g

RE: T5 turn off form validation

2008-06-19 Thread Ezra Epstein
ry users Subject: Re: T5 turn off form validation what can that make sense for? 2008/6/19 Ezra Epstein <[EMAIL PROTECTED]>: > How do I turn off form tracker / validation. Not just client side but > the whole thing? Can I just use a plain HTML (not Tap) form? > > > &

Re: T5 turn off form validation

2008-06-19 Thread Sven Homburg
what can that make sense for? 2008/6/19 Ezra Epstein <[EMAIL PROTECTED]>: > How do I turn off form tracker / validation. Not just client side but > the whole thing? Can I just use a plain HTML (not Tap) form? > > > > -- with regards Sven Homburg http://tapestry5-components.googlecode.com htt

T5 turn off form validation

2008-06-19 Thread Ezra Epstein
How do I turn off form tracker / validation. Not just client side but the whole thing? Can I just use a plain HTML (not Tap) form?