[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2432) Wildcard view-id descriptions for conversation switcher

Jacob Orshalick (JIRA) jira-events at lists.jboss.org
Thu Dec 27 12:41:53 EST 2007


Wildcard view-id descriptions for conversation switcher
-------------------------------------------------------

                 Key: JBSEAM-2432
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2432
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Core
    Affects Versions: 2.0.1.CR1
            Reporter: Jacob Orshalick
            Priority: Minor


I have recently run into a requirement where it would be nice to have descriptions applied to wildcard view-ids. For example, if I have the following:

Code:
...
<page view-id="/section/*" conversation-required="true">
  <description>Section 1</description>
  ...
</page>
...

Section 1 would be the description for all pages in /section/* unless specified otherwise in a higher precedence page definition.

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