[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1275) Configuring nested objects in components.xml

Pete Muir (JIRA) jira-events at lists.jboss.org
Tue May 1 10:53:30 EDT 2007


Configuring nested objects in components.xml
--------------------------------------------

                 Key: JBSEAM-1275
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1275
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Core
    Affects Versions: 1.2.1.GA
            Reporter: Pete Muir
            Priority: Optional


I would ilike to be able to do

<mail:meldware>
   <mail:users>
      <value>
         <mail:user username="pmuir" password="secret">
             <mail:aliases>
                <value>pmuir at example.com</value>
             </mail:aliases>
          </mail:user>
      </value>
   </mail:users>
</mail:meldware>

Of course, I can do this by making each user a Seam component and then injecting them using EL, but this just isn't as neat.

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