Partial Refresh does not work if triggerButton comes after the last
PPRPanelGroup
---------------------------------------------------------------------------------
Key: TOMAHAWK-969
URL: https://issues.apache.org/jira/browse/TOMAHAWK-969
Project: MyFaces Tomahawk
Issue Type: Bug
Components: PPRPanelGroup
Affects Versions: 1.1.6-SNAPSHOT
Reporter: Ernst Fastl
Fix For: 1.1.6-SNAPSHOT
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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.