Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.7-SNAPSHOT
-
None
Description
If a PPRPanelGroup triggers on a button which is rendered after the PPRPanelGroup the partial refresh does not work.
This is caused by the fact, that the PanelGroup renders the Javascript which replaces the button onClick-Handler
directly after the panelGroup. This can probably be resolved by packing the JS in a anonymous function
and register that with dojo.addOnLoad