[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-180) navigation-rules.xml to allow redirection with parameters
Gavin King (JIRA)
jira-events at jboss.com
Sat Dec 16 12:21:39 EST 2006
[ http://jira.jboss.com/jira/browse/JBSEAM-180?page=all ]
Gavin King updated JBSEAM-180:
------------------------------
Fix Version/s: 1.1.1.GA
> 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