Thanks again, Howard!
I think T5 is definitely going to be a great thing!
I'm going to donate, and hope there would be good funding for it.
Thanks!
celia
Howard Lewis Ship wrote:
On 4/9/07, Celia Mou <[EMAIL PROTECTED]> wrote:
Thanks for clarifying this, Howard!
Now actually, i have related questions: My application needs to handle
file uploads, and work with third-party packages to generate graphs
(through generating from the backend either a custom link or javascript
for the html page), and occasionally redirect to non-Tapestry pages or
URLs, maybe manipulate the request, response and session objects when
necessary. I'm not quite confident whether I can achieve these by using
the current unfinished T5.
I'm in crunch mode for two different clients at the moment, which is
why I've been slow to get more T5 code out.
As a side note ... if anyone want to *fund* the development of T5,
that would get it out the door much, much faster.
In terms of T5 status:
Uploads are coming.
Returning a custom URL from a T5 event handler method is either in
place, or coming.
You have full access to the Servlet API objects, or to the generic
Request and Session objects, to allow you to manipulate request and
session attributes. Over time, more of the HttpServletRequest methods
will be re-implemented in the Request wrapper.
The trick is allowing outside servlet code to access the Tapestry
objects (even if stored in the session), in that you can't predict
what the session attribute key is going to be (the name used is
predictable ... but subject to change at any time. It's part of the
Tapestry internals).
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]