Ok, you managed to confuse me now. :-)

On 5/28/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
What is "/app"?  Is it a page?  Tapestry 5 doesn't use a mapping to a
servlet named "/app".  T5 should see that URL, identify it as a page render
request and see that there's no such page, and let the servlet container
send a normal 404 error result.

I followed the T5 tutorial and it uses

http://localhost:8080/hilo (so app=hilo, or at least that's what I
intended to refer to).

Using onActivate() works for

http://localhost:8080/hilo/start (redirects to
http://localhost:8080/hilo/new_page

but not for

http://localhost:8080/hilo (just gives me an empty page).

Is the tutorial outdated? I got the impression it was working quite well.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to