| Subject: | Re: DocumentIndex equivalent? |
|---|---|
| From: | Darío Vasconcelos |
| Date: | Wed, 5 Oct 2005 19:25:24 -0600 |
This code, in the web.xml, redirects all requests to "whatever/" to
"whatever/app"
<filter>
<filter-name>redirect</filter-name>
<filter-class>org.apache.tapestry.RedirectFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>redirect</filter-name>
<url-pattern>/</url-pattern>
</filter-mapping>
---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@xxxxxxxxxxxxxxxxxx
For additional commands, e-mail: tapestry-user-help@xxxxxxxxxxxxxxxxxx
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | @Script: Exception when calling a method with parameters, Darío Vasconcelos |
|---|---|
| Next by Date: | Re: DocumentIndex equivalent?, Kevin Menard |
| Previous by Thread: | DocumentIndex equivalent?, Kevin Menard |
| Next by Thread: | Re: DocumentIndex equivalent?, Kevin Menard |
| Indexes: | [Date] [Thread] [Top] [All Lists] |