[weld-issues] [JBoss JIRA] Created: (WELDRAD-20) Id property not found on type String (#{widgets} -> #widgets in jsf page)
Andy Gibson (JIRA)
jira-events at lists.jboss.org
Sat Apr 24 15:51:10 EDT 2010
Id property not found on type String (#{widgets} -> #widgets in jsf page)
-------------------------------------------------------------------------
Key: WELDRAD-20
URL: https://jira.jboss.org/jira/browse/WELDRAD-20
Project: Weld Archetypes
Issue Type: Bug
Affects Versions: 1.0.0.Beta1
Environment: Windows XP & 7, maven 2.2.1, Java 1.6
Reporter: Andy Gibson
When you create the jee archetype project (with persistence unit), the expression #{widgets} in the datatype ends up as #widgets in the final page giving the users the error message "Id property not found on type String".
It's really weird because no other expressions get altered like this, and even if I change it to a completely different name it gets changes (#{someItems} becomes #someItems). I even tried referencing it outside of the data table and its still a problem.
To work around the problem, just change #widgets to #{widgets}. Of course, it breaks the demo out of the gate.
--
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 weld-issues
mailing list