Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
1.1.7-SNAPSHOT
-
None
Description
When a triggering element is part of another form than a triggered element, PPRPanelGroup doesn't behave well. The cause is related to where the triggered element is kept, and a possible solution is to keep it in the "window" object.
Please look in ppr.js at "org.apache.myfaces.PPRCtrl.prototype.elementOnEventHandler" and at "org.apache.myfaces.PPRCtrl.prototype.formSubmitReplacement"; replacing this.triggeredElement with window.triggeredElement fixes the problem, but it might not be the best solution.