[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-2386) pages.xml redirect should accept plain URLs
Christian Bauer (JIRA)
jira-events at lists.jboss.org
Wed Feb 13 13:28:26 EST 2008
[ http://jira.jboss.com/jira/browse/JBSEAM-2386?page=all ]
Christian Bauer updated JBSEAM-2386:
------------------------------------
Priority: Critical (was: Minor)
I need to raise priority of this, we need nicer URLs on the seamframework.org site before too many people bookmark the ugly ones.
> 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 Integration
> Reporter: Christian Bauer
> Priority: Critical
>
> 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.atlassian.com/software/jira
More information about the seam-issues
mailing list