[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2193) Implement precedence logic in page element matching

Matthew Lieder (JIRA) jira-events at lists.jboss.org
Wed Oct 31 10:13:44 EDT 2007


Implement precedence logic in page element matching
---------------------------------------------------

                 Key: JBSEAM-2193
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2193
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Core
    Affects Versions: 2.0.0.CR3
            Reporter: Matthew Lieder


It should be possible in pages.xml to do

<page view-id="/someFolder/controller.xhtml" conversation-required="false" />
	
<page view-id="/someFolder/*" conversation-required="true" />

to have every page in "someFolder" set to conversation-required="true" except for controller.xhtml (more specific view-id should have precedence over less specific).

-- 
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