[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2510) Warn when developer attempts @In(value="#{...}", create=false)
Matt Drees (JIRA)
jira-events at lists.jboss.org
Sat Jan 19 23:43:21 EST 2008
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
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