[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 00:59:03 EDT 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-2076?page=comments#action_12381324 ]
Matt Drees commented on JBSEAM-2076:
------------------------------------
I think the issue is that during component initialization, the component's name is integrated into Init.rootNamespace. But @Factory and @Out declarations don't.
> 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
> Priority: Minor
> 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