You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Manuel Correa <mc...@itos.uga.edu> on 2007/08/07 19:09:54 UTC

div href dojo scripts

Some knows why I cant write methods javascript using tabbedpanel, when I
write some div with references another page, for example: 

 

<s:tabbedPanel id="tabppal" theme="ajax"    > 

                  <s:div  theme="ajax"  href="index.jsp" id="home"
label="Home"  />

                   <s:div theme="ajax"  href="page1.jsp" id="page1"
label="Page"   />

</s:tabbedPanel>

 

The Javascript that are in the index.jsp and page1.jsp don't work, if I
put the javascript outside, where is the tabbedpanel, works. But I don't
want to do this because is a lot of javascript outside.

 

 

Thanks, 

 

Manuel Correa.

 


RE: div href dojo scripts

Posted by Manuel Correa <mc...@itos.uga.edu>.
When I put that, the application freeze and do anything

Manuel Correa.


-----Original Message-----
From: Musachy Barroso [mailto:musachy@gmail.com] 
Sent: Tuesday, August 07, 2007 1:18 PM
To: Struts Users Mailing List
Subject: Re: div href dojo scripts

set executeScripts = "true" on the div tag.

musachy

On 8/7/07, Manuel Correa <mc...@itos.uga.edu> wrote:
> Some knows why I cant write methods javascript using tabbedpanel, when
I
> write some div with references another page, for example:
>
>
>
> <s:tabbedPanel id="tabppal" theme="ajax"    >
>
>                   <s:div  theme="ajax"  href="index.jsp" id="home"
> label="Home"  />
>
>                    <s:div theme="ajax"  href="page1.jsp" id="page1"
> label="Page"   />
>
> </s:tabbedPanel>
>
>
>
> The Javascript that are in the index.jsp and page1.jsp don't work, if
I
> put the javascript outside, where is the tabbedpanel, works. But I
don't
> want to do this because is a lot of javascript outside.
>
>
>
>
>
> Thanks,
>
>
>
> Manuel Correa.
>
>
>
>


-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: div href dojo scripts

Posted by Musachy Barroso <mu...@gmail.com>.
set executeScripts = "true" on the div tag.

musachy

On 8/7/07, Manuel Correa <mc...@itos.uga.edu> wrote:
> Some knows why I cant write methods javascript using tabbedpanel, when I
> write some div with references another page, for example:
>
>
>
> <s:tabbedPanel id="tabppal" theme="ajax"    >
>
>                   <s:div  theme="ajax"  href="index.jsp" id="home"
> label="Home"  />
>
>                    <s:div theme="ajax"  href="page1.jsp" id="page1"
> label="Page"   />
>
> </s:tabbedPanel>
>
>
>
> The Javascript that are in the index.jsp and page1.jsp don't work, if I
> put the javascript outside, where is the tabbedpanel, works. But I don't
> want to do this because is a lot of javascript outside.
>
>
>
>
>
> Thanks,
>
>
>
> Manuel Correa.
>
>
>
>


-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org