[jboss-user] [JBoss Seam] - Re: How to update @DataModel and its ListDataModel?
bfo81
do-not-reply at jboss.com
Tue Aug 1 07:25:16 EDT 2006
EDIT:
person = em.createQuery("from Person");
should be
persons = em.createQuery("from Person");
with an "s", of course ;).
I wish there would be an edit function here ^^.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962115#3962115
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962115
More information about the jboss-user
mailing list