Re: friendly URL's servlet-path forward to default 'app'?

2006-04-27 Thread mike mike
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 /

Re: friendly URL's servlet-path forward to default 'app'?

2006-04-27 Thread mike mike
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

friendly URL's servlet-path forward to default 'app'?

2006-04-27 Thread mike mike
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.

error on back to previous page (a page saved in state)

2006-04-13 Thread mike mike
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