Re: T5: RequestDispatcher to include Tapestry5 Pages

2008-07-31 Thread Daniel Jue
This is my first exposure to using dispatchers. Found some useful info here: http://blog.thomas.heute.name/2008/07/servlet-filter-doesnt-work-or-does-it.html On Thu, Jul 31, 2008 at 10:22 AM, Hugo Palma <[EMAIL PROTECTED]> wrote: > In the filter mapping declaration of the Tapestry application a

Re: T5: RequestDispatcher to include Tapestry5 Pages

2008-07-31 Thread Hugo Palma
In the filter mapping declaration of the Tapestry application add some dispatchers like this: app /* FORWARD REQUEST This worked for me. Dude.Checkitout wrote: Any pointers on how to do this? Dude.Checkitout wrote: Trying to include Tap5 pages from another

Re: T5: RequestDispatcher to include Tapestry5 Pages

2008-07-11 Thread Dude.Checkitout
Any pointers on how to do this? Dude.Checkitout wrote: > > > Trying to include Tap5 pages from another J2EE War Servlet/JSP. Using > RequestDispatcher to include the tapestry5 page. It keeps complaining > that the tap5 page does not exist. > > If I try the same URL in browser, it works f

T5: RequestDispatcher to include Tapestry5 Pages

2008-07-10 Thread Dude.Checkitout
Trying to include Tap5 pages from another J2EE War Servlet/JSP. Using RequestDispatcher to include the tapestry5 page. It keeps complaining that the tap5 page does not exist. If I try the same URL in browser, it works fine. There were some threads in the forum about this. But nothing worked.