Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7
-
None
-
Tap Snapshot 4.1.2-20070418.220118-49, any OS, any browser
Description
The submit button (worked prior to the ognl changes) has an onclick of:
onClick="ognl:'javascript:' + @collective.ui.components.PleaseWait@ONCLICK_JAVASCRIPT"
However, the ognl call is not rendering this correctly and the generated source looks like:
onClick="javascript:collective.ui.components.PleaseWait.ONCLICK_JAVASCRIPT"