[ https://issues.apache.org/struts/browse/WW-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44692#action_44692 ]
Jeromy Evans commented on WW-2501: ---------------------------------- Actually, i'm wrong. The objective of the djg.execScript line is to detect whether the execScipt() function exists. This function only exists in IE, so it checks for it and invokes it only when present. If the function doesn't exist, dojo creates a <script> node, adds the code to it and adds the node to the DOM. It doesn't explitly call eval as far as I can tell; it relies on the brower eval'ing the script. This means there is in fact no bug here. Thoughts? more on struts-dev. > No JavaScript in sx:div > ----------------------- > > Key: WW-2501 > URL: https://issues.apache.org/struts/browse/WW-2501 > Project: Struts 2 > Issue Type: Bug > Components: Plugin - Dojo Tags > Affects Versions: 2.1.0 > Reporter: Alberto José Rodríguez Rodríguez > Priority: Critical > Fix For: 2.1.3 > > > Time ago I noticed that javascript were removed in the pages linked by > <sx:div ..>. > Parameters executeScripts and separateScripts don't solve the problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.