-
Bug
-
Resolution: Fixed
-
Major
-
1.424
The contents of the bind expression, and any further contents of your <script>, are dumped outside of any script block and appear as plain text in the web page.
Adding <st:adjunct includes="org.kohsuke.stapler.bind"/> first solves that problem, but now your <script> block is not run at all.
- depends on
-
JENKINS-16561 Jelly form control f:validateButton giving a warning popup in IE irrespective of whether validation is successfull
-
- Resolved
-
<st:adjunct assumes="org.kohsuke.stapler.framework.prototype.prototype" includes="org.kohsuke.stapler.bind"/> is actually necessary as the workaround for the first part; otherwise you sometimes get errors in the page like Cannot call method 'select' of undefined since Prototype exists but has no member Selector.