]
Alexey Kazakov reassigned JBIDE-4870:
-------------------------------------
Assignee: Alexey Kazakov
Support suggestions for JSF DataModel when created inline in seam
-----------------------------------------------------------------
Key: JBIDE-4870
URL:
https://jira.jboss.org/jira/browse/JBIDE-4870
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Seam
Affects Versions: 3.1.0.M3
Environment: Seam 2.2.0, Richfaces 3.3.1, Tools 3.1M3, Eclipse 3.5
Reporter: Cody Lerum
Assignee: Alexey Kazakov
Priority: Minor
Fix For: LATER
When editing an xhtml file if I create a rich:dataTable and use an object outjected via
@DataModel then Tools will suggest the possible values for auto-completion.
However, if I create the DataModel inline by wrapping a collection like this:
<rich:dataTable id="banList" var="ban"
value="#{dataModels.getDataModel(summaryBillingAccountNumber.billingAccountNumbers)}"
">
....
</rich:dataTable>
Then if I access the value "ban" through EL like <h:outputText
value="#{ban.name}" /> the suggestions after I type "ban." are for
the DataModel object not the ban object. It would be nice if the behavior was the same.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: