[
https://issues.apache.org/struts/browse/WW-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Musachy Barroso resolved WW-2166.
---------------------------------
Resolution: Not A Problem
Autostart is to be used with a timer for periodic refresh (when updateFreq >
0), to prevent a div from loading use "preaload"
> autoStart="false" of divs within tabbedPanel doesn't work
> ---------------------------------------------------------
>
> Key: WW-2166
> URL: https://issues.apache.org/struts/browse/WW-2166
> Project: Struts 2
> Issue Type: Bug
> Components: Views
> Affects Versions: 2.0.8
> Environment: Tomcat 5.5, Firefox 2.
> Reporter: Alvaro Sanchez-Mariscal
> Priority: Minor
> Fix For: 2.0.12
>
>
> Having the following tabbed panel:
> <s:url id="search" action="searchForm" namespace="/ajax" />
> <s:url id="current" action="current" namespace="/ajax" />
> <s:tabbedPanel id="panel">
> <s:div id="searchTab" label="Consultas" autoStart="false"
> theme="ajax" href="%{search}"
> refreshOnShow="false" />
> <s:div id="currentTab" label="Acogidas en curso" theme="ajax"
> href="%{current}" executeScripts="true"
> autoStart="false" />
> </s:tabbedPanel>
> Both tabs are requested via Ajax
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.