You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Filip S. Adamsen (JIRA)" <de...@tapestry.apache.org> on 2007/11/30 12:14:43 UTC

[jira] Commented: (TAPESTRY-1946) Faulty page redirection

    [ https://issues.apache.org/jira/browse/TAPESTRY-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547087 ] 

Filip S. Adamsen commented on TAPESTRY-1946:
--------------------------------------------

This is a known bug and is already fixed in the 5.0.7 snapshot - https://issues.apache.org/jira/browse/TAPESTRY-1627.

Wrt. the start page, see the section about Configuration Symbols at http://tapestry.formos.com/nightly/tapestry5/tapestry-core/guide/conf.html - specifically tapestry.start-page-name at the bottom.

> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org