[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-2510) Warn when developer attempts @In(value="#{...}", create=false)
Norman Richards (JIRA)
jira-events at lists.jboss.org
Mon Feb 11 13:59:44 EST 2008
[ http://jira.jboss.com/jira/browse/JBSEAM-2510?page=all ]
Norman Richards updated JBSEAM-2510:
------------------------------------
Fix Version/s: 2.1.0.GA
(was: 2.1.0.A1)
> Warn when developer attempts @In(value="#{...}", create=false)
> --------------------------------------------------------------
>
> Key: JBSEAM-2510
> URL: http://jira.jboss.com/jira/browse/JBSEAM-2510
> Project: JBoss Seam
> Issue Type: Feature Request
> Components: Core
> Affects Versions: 2.0.1.CR1
> Reporter: Matt Drees
> Priority: Minor
> Fix For: 2.1.0.GA
>
>
> If a developer does something like this:
> @In(value="#{...}", create=false)
> the "create" attribute is silently ignored, because EL lookups always create components if necessary. This causes confusion.
> So, log a warning at startup.
--
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