Hi guys,

I'm making my first steps with Tapestry 5.2 and find one thing very
peculiar: All requests seem to go to the Index page (Index.tml in 'root') by
default - even if the path does not exist! Example with page Index.tml and
Login.tml:
   
   / -> Index
   /blabla -> Index
   /login -> Login
   /login2 -> Index

I have the right settings in the web.xml as far as I know
(<dispatcher>ERROR</dispatcher> + <error-code>404</error-code>). I also
already tried naming it 'Start' - same effect.

I only found this  https://issues.apache.org/jira/browse/TAP5-879 1 year old
JIRA  issue but I don't know what to do with it.

What's wrong?

Cheers,
Stephan
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/No-404-error-is-raised-tp3212773p3212773.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to