]
George Gastaldi closed FORGE-672.
---------------------------------
Fix Version/s: 1.0.7.Final
Resolution: Done
faces scaffold generated app breaks on ambiguity of property and
method "search" when Seam Faces present
--------------------------------------------------------------------------------------------------------
Key: FORGE-672
URL:
https://issues.jboss.org/browse/FORGE-672
Project: Forge
Issue Type: Bug
Components: Scaffold
Affects Versions: 1.0.6.Final
Reporter: Thomas Frühbeck
Assignee: Thomas Frühbeck
Priority: Minor
Fix For: 1.0.7.Final
The backing beans carry the property "search" for form field based dynamic
query and the method search() to invoke the selection.
After adding Seam3 Faces module to the project the application fails on
"Search" because the ELResolver will take the method search() instead of the
property "search" first:
Caused by: javax.el.PropertyNotFoundException: /searchTest/search.xhtml @34,90
value="#{searchTestBean.search.name}": Target Unreachable, 'search'
returned null
remedy:
- rename property "search" to "example"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: