]
Matt Drees reopened JBSEAM-2345:
--------------------------------
pages-2.0.xsd handling of <Navigation> doesn't allow
standard rules and a null-accepting implicit rule
------------------------------------------------------------------------------------------------------
Key: JBSEAM-2345
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2345
Project: JBoss Seam
Issue Type: Bug
Affects Versions: 2.0.0.GA
Reporter: Matt Drees
Priority: Minor
pages-2.0.xsd doesn't allow something like this:
<page view-id="/admin/manage/registrants/confirmDeleteRegistrant.xhtml">
<navigation
from-action="#{registrantController.deleteSelectedRegistrant}">
<rule if="#{not empty registration.existingRegistrants}">
<redirect
view-id="/admin/manage/registrants/showRegistration.xhtml"/>
</rule>
<redirect view-id="/admin/registrantSearching.xhtml"/>
</navigation>
</page>
The XSD file doesn't allow a set of <rule>s *and* an implicit rule, even though
Pages.java handles it correctly.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: