Re: T5: Redirect after form submit - concerns

2007-07-13 Thread kranga
same session. - Original Message - From: "Howard Lewis Ship" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Monday, July 09, 2007 10:06 AM Subject: Re: T5: Redirect after form submit - concerns T5 has the ability to to persist field properties ont

Re: T5: Redirect after form submit - concerns

2007-07-09 Thread Howard Lewis Ship
T5 has the ability to to persist field properties onto the client (as zipped/based64) automatically. These show up as hidden form fields or extra query parameters. Not implemented yet is the ability to "scope" the data to only hidden form fields (but leave normal links unchanged) ... the API is

T5: Redirect after form submit - concerns

2007-07-09 Thread kranga
We are in the process of evaluating T5 and other frameworks to upgrade our existing trading applications from T3. We extensively use objects serialized to hidden fields (zipped and base64 encoded) to manage state because we absolutely have to support multiple browser windows in the same session.