Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1.6
-
None
Description
Some components render inline JavaScript . If those components are updated using a
PPRPanelGroup the generated JavaScript is not executed.
One possible solution would be to parse the generated response for any JavaScript tags and
send this content in a separate XML tag which is then executed using the eval() function