WW-1730 The refreshOnShow attribute in tabbedPanel does not work

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@508557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2007-02-16 20:18:30 +00:00
parent 63be3b2a41
commit bfa0d22c8c
2 changed files with 4 additions and 0 deletions
@@ -14,6 +14,9 @@
<#if parameters.stopTimerListenTopics?if_exists != "">
stopTimerListenTopics="${parameters.stopTimerListenTopics?html}"<#rt/>
</#if>
<#if parameters.refreshOnShow?exists>
refreshOnShow="${parameters.refreshOnShow?string?html}"<#rt/>
</#if>
<#include "/${parameters.templateDir}/ajax/ajax-common.ftl" />
<#include "/${parameters.templateDir}/simple/scripting-events.ftl" />
>
@@ -5,6 +5,7 @@
autoStart="true"
startTimerListenTopics="h"
stopTimerListenTopics="i"
refreshOnShow="true"
id="mylabel"
href="a"
loadingText="b"