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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...