Hello list,

Imagine an app with a few page packages:

com.t5app.pages
com.t5app.pages.users
com.t5app.pages.admins

Now assume I have an index page in the main package,
com.t5app.pages.Index, as my home page. I have an app like this as I'm
sure most do, but am having an unexpected and undesired side-effect:
requests for non-existent pages (including sub packages) do not result
in a page not found exception and/or 404. Instead, such requests are
passed to the main index page with the trailing part as an activation
context. So this:

http://app.com/users/newbies/help

Ends up as http://app.com/. Am I doing something wrong? Surely others
have run into this and deem it undesirable, no?

Thanks for any pointers,
Chris

-- 
http://thegodcode.net


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

Reply via email to