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
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
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
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.