You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by tom tom <j_...@yahoo.com> on 2008/06/06 03:18:55 UTC

Struts2 java script issue/bug with tabbed panel

Hi,

We use struts2 2.0.6 and 


we have the following, when the user click one of the
tabs (div s), I want to know which div id is focussed
or clicked, so I went  I head and had javascippts
functions(onClick, onFocuss) within <s:div  but they
are not getting called, 

Is this a bug, How can know the focussed tab (div) by
the user,

I want to update a hidden variable based on the
focussed tab by the user,

Thanks

<s:tabbedPanel id="testPanel" ........

 <s:div id="tab1" label="......

  <s:div id="academicTeaching" label="....

......








      

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