mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36:57 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user