Faulty page redirection
-----------------------
Key: TAPESTRY-1946
URL: https://issues.apache.org/jira/browse/TAPESTRY-1946
Project: Tapestry
Issue Type: Bug
Affects Versions: 5.0.6
Environment: windows vista business eclipse 3.3 jetty 5
Reporter: Evan M Rawson
Priority: Minor
Fix For: 5.0.7
on my start page i created a function like this
Object onActivate(){
return "Home";
}
which in turn should direct the user to the home page when the start page is
loaded.
generally the when i go to http://localhost:8081/myApp/ the start page would
display. No with the onActivate redirection no page is shown, just an empty
browser. It would be nice if when you go to http://localhost:8081/myApp/
tapestry is smart enough to redirect you to http://localhost:8081/myApp/start.
As of right now if you do not have a start page, you can browse the directories
of your application (not a good thing) Maybe there could be a property we can
set to specify the start page of the application if we want it to be names
something other then start.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]