-
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
-
[JENKINS-15617] <st:bind> does not work inside <l:ajax>
Attachment | New: JENKINS-15617.zip [ 22756 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Assignee | Original: Jesse Glick [ jglick ] | New: Kohsuke Kawaguchi [ kohsuke ] |
…since as per http://stackoverflow.com/questions/4619668/executing-script-inside-div-retrieved-by-ajax scripts included in dynamically inserted content are not executed. You can work around this in general by using a st:adjunct of your own JavaScript, but this cannot work when st:bind has to produce part of that JavaScript since an adjunct is static.