[jboss-user] [JBoss Seam] - Re: DataModel selection gives wrong value in multiuser/concu
surajmundada@yahoo.com
do-not-reply at jboss.com
Tue Jul 31 07:55:25 EDT 2007
Hi,
Got it solved.
The problem occurs because my seam components (which own the DataModels) are in CONVERSATION scope.
Before the actual method which fetches details of an entity gets executed, factory method is called which repopulates DataModel.
Once I changed the scope to SESSION, I get the expected behavior.
Regards,
Suraj
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069123#4069123
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069123
More information about the jboss-user
mailing list