[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-2684) #{entityQuery.dataModel} returns empty model

Alex Savitsky (JIRA) jira-events at lists.jboss.org
Wed Feb 27 15:27:42 EST 2008


     [ http://jira.jboss.com/jira/browse/JBSEAM-2684?page=all ]

Alex Savitsky updated JBSEAM-2684:
----------------------------------

    Attachment: Test.zip

Maven-enabled Eclipse WST project. Deploy and access the home page. You'll see the blank screen (that's the bug).

Now change the #{data.dataModel} to #{data.resultList} in index.xhtml, and reload the page. You'll see a list of values.

Now revert last change back, and change the scope of "data" query (in META-INF/components.xml) to "session". Agagin, refreshing the page yields a list of values.

> #{entityQuery.dataModel} returns empty model
> --------------------------------------------
>
>                 Key: JBSEAM-2684
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2684
>             Project: JBoss Seam
>          Issue Type: Bug
>    Affects Versions: 2.0.1.GA
>            Reporter: Alex Savitsky
>            Priority: Critical
>         Attachments: Test.zip
>
>
> When referenced from a JSF dataTable, a dataModel property from a conversation-scoped EntityQuery ALWAYS returns an empty model. The resultList property works normally, though. Placing the EntityQuery in session scope works, too.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list