Re: ww:tabPanel embedded ww:div or ww:action
Ian Roughley <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <[email protected]> |
Are URL's being called (do you have breakpoints that are being hit)? What is the HTML that is being produced? -- From Down & Around, Inc. Innovative IT Solutions Software Architecture * Design * Development ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ web: www.fdar.com email [email protected] phone: 617.821.5430 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Richard Lawrence wrote: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]