[jboss-user] [JBoss Seam] - Re: Rendering buttons in a datatable fails

app4you@yahoo.com do-not-reply at jboss.com
Mon Mar 12 12:48:02 EDT 2007


Hello,

You might want to check the followings:
1. The search result actionBean should be in Session scope (can be conversation scope), or the search result list object has to be in session scope
2. For the editable checking for each record, then put it @Transient isEditable in the entity bean level
3. In the entryAction, use @Begin or @Begin(join=true) public ... edit(... entry)

Hope this could help.



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

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



More information about the jboss-user mailing list