hmm... take a look at the generated HTML and each tab's div looks
similar to like:
<div dojotype="struts:BindDiv" scriptseparation="false" executescripts="true"
...>
Also, see the parseContent attribute of the head tag.
http://struts.apache.org/2.x/docs/dojo-head.html
Dojo parses your HTML, extracts the scripts, inserts the nodes into the
DOM (rather than using innerHTML) and then executes the scripts. Even
if the scripts are not visible in the DOM, it's possible that Dojo has
extracted and executed them - you can test that with a javascript alert.
Otherwise perhaps it's been broken in the latest version but I can't
think of why.
Johannes Geppert wrote:
no separateScripts has also no affect, all JavaScript in my result are
removed.
Jeromy Evans - Blue Sky Minds wrote:
http://struts.apache.org/2.x/docs/dojo-div.html
separateScripts
j.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]