mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Debug tag does not render id attribute correctly
o backport from WW 2.2.3 Issue Number: WW-1438 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@442935 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
</script>
|
||||
<p/>
|
||||
|
||||
<a href="#" onclick="toggleDebug('${parameters.id?default("debug")}');return false;">[Debug]</a>
|
||||
<div style="display:none" id="${parameters.id?default("debug")}">
|
||||
<a href="#" onclick="toggleDebug('<#if parameters.id?if_exists != "">${parameters.id?html}<#else>debug</#if>');return false;">[Debug]</a>
|
||||
<div style="display:none" id="<#if parameters.id?if_exists != "">${parameters.id?html}<#else>debug</#if>">
|
||||
<h2>Struts ValueStack Debug</h2>
|
||||
<p/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user