[jboss-user] [JBoss Seam] - Re: Problem with editing entity if it uses @EmbeddedId
pczekaj
do-not-reply at jboss.com
Thu Aug 3 01:46:05 EDT 2006
I've found solution, it works well if I change:
@In(required=false)
@Out(required=false)
private UscModpskr uscModpskr;
to:
@In(required=false)
@Out(required=false,scope=ScopeType.SESSION)
private UscModpskr uscModpskr;
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962712#3962712
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962712
More information about the jboss-user
mailing list