[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2685) s:link view should work with relative paths

Reind D (JIRA) jira-events at lists.jboss.org
Wed Feb 27 16:48:42 EST 2008


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

        



More information about the seam-issues mailing list