Hello,
We've been using Tapestry 3.1 for some time now. It's an absolute pleasure to
work with. On to the discussion topic:
With simplictiy of pretty URL's in Picasso I suspect more and more people are
going to start using the redirect filter in this manner:
<!-- Redirect to Tapestry App -->
<filter>
<filter-name>redirect</filter-name>
<filter-class>org.apache.tapestry.RedirectFilter</filter-class>
<init-param>
<param-name>redirect-path</param-name>
<param-value>/Home.page</param-value>
</init-param>
</filter>
This works great, but when there is an error and the ServiceLink for the
RestartService is clicked, the user is sent back to "/app" instead of
"/Home.page". It wouldn't make sense for the RestartService to be a filter, so
it would either have to parse in the init-param from web.xml or get this
property from elsewhere. I am planning on implementing the first solution, but
thought I'd post here first. Any suggestions?
Thanks
........................
Derick Fernando
Lead Architect
TheLab, LLC
http://www.thelabllc.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]