-
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