[
https://jira.jboss.org/jira/browse/JBIDE-3694?page=com.atlassian.jira.plu...
]
Alexey Kazakov commented on JBIDE-3694:
---------------------------------------
The bug is reproducable in case of @DataModel and @Factory which returns void:
@DataModel
private List<Booking> bookings;
@Factory
public void getBookings() {...}
We should use Data Model for resolving #{bookings} instade of Factory method in that
case,
Seam Booking Example: main.xhtml book variable not defined correctly
--------------------------------------------------------------------
Key: JBIDE-3694
URL:
https://jira.jboss.org/jira/browse/JBIDE-3694
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 3.0.0.CR2
Reporter: Daniel Azarov
Assignee: Alexey Kazakov
Fix For: 3.0.0.GA
1. Start Studio
2. Select Help->Project Examples
3. Select Seam Booking Example project and press Finish button
4. Open WebContent/main.xhtml file
Assert: There are no warnings markers and CA should work correctly with "book"
variable in EL
Fail: "hotel" cannot be resolved error markers in 84, 88, 92 lines and Context
Assistant not show fields for "book" variable in Expression Language
--
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