[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-180) navigation-rules.xml to allow redirection with parameters

Gavin King (JIRA) jira-events at jboss.com
Sat Dec 16 21:43:41 EST 2006


     [ http://jira.jboss.com/jira/browse/JBSEAM-180?page=all ]

Gavin King closed JBSEAM-180.
-----------------------------

    Resolution: Done

Done, finally, but only the parameters

> navigation-rules.xml to allow redirection with parameters
> ---------------------------------------------------------
>
>                 Key: JBSEAM-180
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-180
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: JSF
>            Reporter: Gavin King
>         Assigned To: Gavin King
>             Fix For: 1.1.1.GA
>
>
> We need to enhance JSF's navigation rules facility to support the following:
> <navigation-case>
>    <from-action>#{searchAction.search}</from-action>
>    <to-view-id>searchResults.jsp</to-view-id>
>    <redirect>
>       <param name="searchPattern">#{searchAction.searchPattern}</param>
>    </redirect>
> </navigation-case>
> What I propose to do is introduce a navigation-rules.xml file and reproduce the functionality of JSF navigation rules in Seam (yuck!).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list