You save my day! Thank you very much, Andreas!!
On 4/28/06, Andreas Andreou <[EMAIL PROTECTED]> wrote:
>
>
>redirect
>org.apache.tapestry.RedirectFilter
>
> redirect-path
> /Home.html
>
>
>
> By default, it redirects to /
servlet-mapping>
< servlet-name>tap< /servlet-name>
< url-pattern>/asset/*< /url-pattern>
< /servlet-mapping>
< filter>
< filter-name>redirect< /filter-name>
< filter-class>org.apache.tapestry.RedirectFilter< /filter-class&g
Hi all,
Im implementing friendly URL in my tap 4 program. I've changed the
servlet-path to "/" from "/app", but it doesnt work ... It still forward to
/app, why? anything that I've missed out from the configuration?
< meta key="org.apache.tapestry.servlet-path" value="/" />
Thank you very much.
Hello All, I have 2 pages, page A and B. Page A is a page that allow user to
search, the result will be shown in a table with the link to the page B.
Page B will have a "Back" button to navigate back the previous page which is
page A (with the details that was entered previously). But I've encounte