[S2] No JavaScript in TabbedPanel

2008-11-04 Thread Tobias . Brandenburger
Hello, I want to use Javascript in a TabbedPanel. But it does not work, similar to http://markmail.org/message/ir6varn7cq372zdl (unsolved). if i look into the generated html-file with firebug, i cant find the javascript-block of site2. any idea how to fix this? Thanks in advance. sourcecode

Re: [S2] No JavaScript in TabbedPanel

2008-01-13 Thread Johannes Geppert
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/-S2--No-JavaScript-in-TabbedPanel-tp

Re: [S2] No JavaScript in TabbedPanel

2008-01-13 Thread GF
Johannes i got same problem time ago. The is removed from page included by s:div and the only thing you've is a execution on first page load.. but in few words you cannot keep function definition inside the page included with a s:div. It's really a strange thing.. but it is. On Jan 13, 2008 8:46

Re: [S2] No JavaScript in TabbedPanel

2008-01-13 Thread Johannes Geppert
ugh'); >> > >> > in your JavaScript does it not execute? >> > >> > d. >> > >> > >> > ----- >> > To unsubs

Re: [S2] No JavaScript in TabbedPanel

2008-01-13 Thread Dave Newton
----- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/-S2--No-JavaScript-in-TabbedPanel-tp14772176p14789556.html &g

Re: [S2] No JavaScript in TabbedPanel

2008-01-13 Thread Johannes Geppert
> > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/-S2--No-JavaSc

Re: [S2] No JavaScript in TabbedPanel

2008-01-13 Thread Dave Newton
--- Johannes Geppert <[EMAIL PROTECTED]> wrote: > no separateScripts has also no affect, all JavaScript in my result are > removed. What, exactly, do you mean by "removed"? If, for example, you put an alert('plugh'); in your JavaScript does it not execute? d. -

Re: [S2] No JavaScript in TabbedPanel

2008-01-13 Thread Jeromy Evans
hmm... take a look at the generated HTML and each tab's div looks similar to like: 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)

Re: [S2] No JavaScript in TabbedPanel

2008-01-13 Thread Johannes Geppert
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. > -- View this message in context: http://www.nabble.com/-S2--No-Java

Re: [S2] No JavaScript in TabbedPanel

2008-01-12 Thread Jeromy Evans
Dave Newton wrote: --- GF <[EMAIL PROTECTED]> wrote: Time ago I noticed that javascript were removed in the pages linked by is this your case too? http://struts.apache.org/2.x/docs/dojo-div.html executeScripts d. http://struts.apache.org/2.x/docs/dojo-div.html separateScript

Re: [S2] No JavaScript in TabbedPanel

2008-01-12 Thread Johannes Geppert
I use already the executeScripts parameter but there is no affect. The Scripts are removed from my result. newton.dave wrote: > > --- Johannes Geppert <[EMAIL PROTECTED]> wrote: >> yes all

Re: [S2] No JavaScript in TabbedPanel

2008-01-12 Thread Dave Newton
--- Johannes Geppert <[EMAIL PROTECTED]> wrote: > yes all

Re: [S2] No JavaScript in TabbedPanel

2008-01-12 Thread Dave Newton
--- GF <[EMAIL PROTECTED]> wrote: > Time ago I noticed that javascript were removed in the pages linked by > is this your case too? http://struts.apache.org/2.x/docs/dojo-div.html executeScripts d. - To unsubscribe, e-mail:

Re: [S2] No JavaScript in TabbedPanel

2008-01-12 Thread Johannes Geppert
yes all

Re: [S2] No JavaScript in TabbedPanel

2008-01-12 Thread GF
Time ago I noticed that javascript were removed in the pages linked by is this your case too? On Jan 12, 2008 12:34 PM, Johannes Geppert <[EMAIL PROTECTED]> wrote: > > Hello, > > I have a Tabbed Panel and will execute JavaScript in the div Tabs. > But the Scripts will not be executed, I use the

[S2] No JavaScript in TabbedPanel

2008-01-12 Thread Johannes Geppert
D: news DEBUG: Error running scripts from content: undefined What means undefined? Best Regards Johannes Geppert -- View this message in context: http://www.nabble.com/-S2--No-JavaScript-in-TabbedPanel-tp14772176p14772176.html Sent from the Struts - User mailing list a