WW-3551 Removed the unnecessary property parameters.body

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1054978 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maurizio Cucchiara
2011-01-04 11:37:14 +00:00
parent 823626ab0c
commit 2b9aa180aa
@@ -52,7 +52,6 @@
>
<#else>
<#if parameters.type?? && parameters.type=="image">
<@s.property value="parameters.body"/>
<input type="image"<#rt/>
<#if parameters.label??>
alt="${parameters.label?html}"<#rt/>