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

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri Sep 11 19:56:23 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBIDE-4870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-4870:
----------------------------------

    Fix Version/s: LATER
          Affects: [Documentation (Ref Guide, User Guide, etc.)]


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