[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-6360) Need to validate view-id locations in pages.xml

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Wed Aug 25 11:02:11 EDT 2010


     [ https://jira.jboss.org/browse/JBIDE-6360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Viacheslav Kabanovich updated JBIDE-6360:
-----------------------------------------

    Fix Version/s: 3.2.0.Beta
                       (was: 3.2.x)


> Need to validate view-id locations in pages.xml
> -----------------------------------------------
>
>                 Key: JBIDE-6360
>                 URL: https://jira.jboss.org/browse/JBIDE-6360
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Seam
>    Affects Versions: 3.1.0.GA
>            Reporter: Samuel Mendenhall
>            Assignee: Viacheslav Kabanovich
>            Priority: Minor
>             Fix For: 3.2.0.Beta
>
>
> Currently one can put a wrong view-id in a navigation in pages.xml and JBoss Tools does not complain about it.  It would be nice to have a compile time checking so that 
> <page view-id="/home.xhtml" action=
> "#{identity.isLoggedIn}">
>    <navigation>
>        <rule if="#{identity.loggedIn}">
>            <redirect view-id="/man.xhtml"/>
>        </rule>
>    </navigation>
> </page>
> for example is flagged as /man.xhtml is spelled wrong, it should be /main.xhtml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list