[
https://jira.jboss.org/browse/JBIDE-6360?page=com.atlassian.jira.plugin.s...
]
Alexey Kazakov updated JBIDE-6360:
----------------------------------
Labels: new_and_noteworthy (was: )
Affects: [Documentation (Ref Guide, User Guide, etc.), Release Notes] (was: [Release
Notes])
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