How can i instanciate an Application Object?
@ApplicationState
private MyObject objectName_;
how i use a request
@Inject
private RequestGlobals requestGlobals_;
Then you have access to the Servlet API with things like:
HttpServletRequest request = requestGlobals.getHTTPServletRequest();
Gianluigi wrote:
Hi to all, i'm a JSP developer and i want to know a more on Tapestry 5, it seem
very cool! :)
Only a question, how i use a request or a Session in Tapestry 5? How can i
instanciate an
Application Object?
in JSP i wrote : HttpSession session and session.setProperty("Key");
and in Tapestry 5?
Thanks a lot Muzero
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]