In the filter mapping declaration of the Tapestry application add some
dispatchers like this:
<filter-mapping>
<filter-name>app</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>FORWARD</dispatcher>
<dispatcher>REQUEST</dispatcher>
</filter-mapping>
This worked for me.
Dude.Checkitout wrote:
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 fine. There were some threads
in the forum about this. But nothing worked. (tried
<dispatcher>INCLUDE</dispatcher><dispatcher>FORWARD</dispatcher> in the t5
filter mappings in web.xml)
Any solutions would be greatly helpful in moving to Tapestry 5.