pages.xml redirect should accept plain URLs
-------------------------------------------
Key: JBSEAM-2386
URL: http://
jira.jboss.com/jira/browse/JBSEAM-2386
Project: JBoss Seam
Issue Type: Feature Request
Components: JSF
Reporter: Christian Bauer
Priority: Minor
Instead of:
<rule
if-outcome="redirectToDocument">
<redirect
view-id="/wiki.xhtml">
<param name="nodeId"
value="#{documentHome.instance.id}"/>
</redirect>
</rule>
I'd like to be able to do:
<rule
if-outcome="redirectToDocument">
<redirect
url="#{wiki:renderURL(documentHome.instance)}"/>
;
</rule>
which would give me a nice URL without rewriting
acrobatics.
--
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.atl
assian.com/software/jira
_______________________________________________
jbossseam-issues mailing list
jbossseam-issues lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es
|