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