[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-2076) let EL access qualified @Factory and @Out names

Matt Drees (JIRA) jira-events at lists.jboss.org
Wed Oct 10 02:39:03 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-2076?page=comments#action_12381330 ] 
            
Matt Drees commented on JBSEAM-2076:
------------------------------------

Cool; thanks.

It also occurs to me that if you want to support conversationContext.set("foo.bar.baz", baz) => #{foo.bar.baz} works, then the appropriate context set() methods will need to add to Init.rootNamespace, too.  If not, then it would be good to document the limitation.

> let EL access qualified @Factory and @Out names
> -----------------------------------------------
>
>                 Key: JBSEAM-2076
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2076
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Core
>            Reporter: Matt Drees
>         Assigned To: Norman Richards
>            Priority: Minor
>             Fix For: 2.0.0.GA
>
>         Attachments: BazFactory.java, NameSpaceElTest.java
>
>
> I can use "dot" qualified component names in EL.  (I.e, I can use #{org.jboss.seam.security.identity.username} in my page instead of #{identity.username}).
> However, I can't do the same for @Factory variables (and presumably other kinds of non-component context variables).
> I'd like to. :-)

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