I've run across a problem which I haven't been able to figure out thus far - I
have a form displaying a record for updating, and underneath that form I have a datatable
with the children records, which you can click on a button next to and bring them up in a
form of their own. It all seems to work ok, but if there are multiple children in the
list, no matter which one you click on it always injects the first one into the variable I
have annotated with DataModelSelection. I know the backing List is correct, I have looked
at it in debug, but I can't figure out why the wrong entity is being injected =/
I'm letting the List be populated by the entityManager, I have my associations set up
and I just get the List that is the entityManager fetches.
The function which takes the selected entity and sets up the next form begins a nested
conversation - this shouldn't matter right?
Has anyone seen anything like this before? Any ideas?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993451#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...