jsf - Iterators from the same ViewObject do not communicate -


i using jdeveloper 11.1.2.3.0 facing strange behavior here. have created 2 appmodules , in each appmodule have datacontrols same view object (not also). when create new row using page1 example using datacontrol appmodule1 , navigate page2 uses datacontrol appmodule2, commit , rollback buttons enabled. if redeploy application in case have commit in page2. if this, problem not show more. through commit in first case, have commit in second page. said eo , vo same, appmodules different. know why happens and/or how fix this? if knows known bug please tell me.

well hurried little, found solution (the problem actually). apparently different app modules ignored 1 other , have own db connections. explanations here: http://www.jobinesh.com/2010/03/what-you-may-need-to-know-about-nested.html


Comments