Re: Tapestry working with other Servlets

2008-08-29 Thread agus winarno
Yup, I from Indonesia. I think u are miss understanding. What I mean is this servlet is extend ApplicationServlet and this servlet want to get session from tapestry page. :) Thank you... Agus Winarno Mohammad Irfan wrote: > > Hi Agus, are you from Indonesia? me too. > > Btw, if you want to

Re: Tapestry working with other Servlets

2008-08-29 Thread Mohammad Irfan
Hi Agus, are you from Indonesia? me too. Btw, if you want to use the servlet object in tapestry 4 you can add this property in the .page file of the page: And in your java page model you could add this abstract method: public abstract HttpServletRequest getRequest(); public abstract HttpServ

Re: Tapestry working with other Servlets

2008-08-29 Thread agus winarno
Hi, Can the servlet get object in session from tapestry 4? I try to get it, but can't. Looks like HttpSession in servlet is different from HttpSession in tapestry4. Thanks... Agus Winarno Norman Franke wrote: > > Those links are for Tapestry 5. I use multiple servlets in a single > applicati

Re: Tapestry working with other Servlets

2008-04-02 Thread Norman Franke
Those links are for Tapestry 5. I use multiple servlets in a single application and haven't had a problem with Tapestry 4. I just map the URLs uniquely in the web.xml. Norman Franke Answering Service for Directors, Inc. www.myasd.com On Apr 2, 2008, at 10:06 AM, Imran Amajd wrote: Hello e