I am in the process of upgrading my project from jboss 4.0.4.RC1 Seam Beta 2 to 
4.0.4GA Seam RC3. 

At this stage I seem to have overcome everything except one problem, @Datamodel 
doesn't seem to be working. All my datatables are displaying empty. I know that 
the lists are successfully being populated from the database, but for some 
reason aren't being outjected to the page. There are no errors, the datatable 
simply just doesn't show any data. If I change my code to not use @Datamodel, 
i.e. <h:datatable value="#{myBean.myList}... then the data is displayed 
successfully.

Has there been any changes that affect the usage of @Datamodel? I have looked 
at the examples and I can't see any difference. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950085#3950085

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950085


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to