[
http://jira.jboss.com/jira/browse/JBSEAM-2685?page=all ]
Pete Muir closed JBSEAM-2685.
-----------------------------
Resolution: Won't Fix
JSF requires the use of full paths throughout.
s:link view should work with relative paths
-------------------------------------------
Key: JBSEAM-2685
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2685
Project: JBoss Seam
Issue Type: Feature Request
Reporter: Reind D
It would be convenient if <s:link view="index.seam"/> worked.
Currently the value of the "view" attribute must begin with a "/".
Sometimes it's more convenient to use relative paths. For example, I would like to be
able to use a template like:
<ui:insert name="nav">
<s:link view="index.xhtml" value="Index"/>
</ui:insert>
Most cases the default "nav" is fine and this makes template client pages more
clean.
I can't do that though because I must pass the full viewid including the current
directory (which changes).
--
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