You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Márcio Gurgel <ma...@gmail.com> on 2008/04/17 01:29:28 UTC

Ajax components inside a tabbed panel

I'm having lots of problems with components inside tabbedPanels...

For example:
This example from show case works outside a tabbed panel:

  2. Attach to "onmouseover", and "onclick" event on Area below and update
content of Div1, highlight targets with green color
    <sx:bind id="ex2" href="%{#urlAbrirDadosGerais}" sources="div2"
targets="div1" events="onmouseover,onclick" highlightColor="green"/>
    <div id="div2" style="width: 300px; height: 50px; border: 1px solid
black">
        Mouse Over or Click Here!
    </div>

When its inside a div from tabbedpanel just doesn't work.

Does anyone can help me?
I this a issue?

Regards,

Márcio Gurgel