ww:tabPanel embedded ww:div or ww:action
Richard Lawrence <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <33070832.1150185654307.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
Hi,
I'm trying to use a ww:tabPanel with two embeded remote items. I have tried to do this using two ww:div's but they don't seem to execute their remote actions when embedded within a ww:tabbedPanel. The same happens with ww:action tags. Both the items work when not embedded within a ww:tabPanel.
Am I do something I shouldn't be doing or is this a bug?
Code:
<@ww.tabbedPanel id="callDetailTabs" theme="simple" >
<@ww.panel delay="1" id="locations" tabName="Locations" theme="ajax">
<@ww.action name="locations" executeResult="true">
</@ww.action>
</@ww.panel>
<@ww.panel delay="1" id="contacts" theme="ajax" tabName="Contacts">
<@ww.action name="contacts" executeResult="true">
</@ww.action>
</@ww.panel>
</@ww.tabbedPanel>
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=34152&messageID=66422#66422
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]