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

Pete Muir (JIRA) jira-events at lists.jboss.org
Fri Jan 22 10:19:19 EST 2010


     [ https://jira.jboss.org/jira/browse/JBSEAM-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pete Muir closed JBSEAM-1275.
-----------------------------

    Resolution: Out of Date
      Assignee: Pete Muir


Superseded by the XML support as a CDI extension

> Configuring nested objects in components.xml
> --------------------------------------------
>
>                 Key: JBSEAM-1275
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-1275
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Core
>    Affects Versions: 1.2.1.GA
>            Reporter: Pete Muir
>            Assignee: 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list