[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-4870) Support suggestions for JSF DataModel when created inline in seam

Cody Lerum (JIRA) jira-events at lists.jboss.org
Fri Sep 11 18:17:23 EDT 2009


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
            Priority: Minor


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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list