You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by tm...@apache.org on 2006/07/11 19:19:07 UTC

svn commit: r420930 - /struts/struts2/trunk/core/src/main/resources/template/simple/text.ftl

Author: tmjee
Date: Tue Jul 11 10:19:06 2006
New Revision: 420930

URL: http://svn.apache.org/viewvc?rev=420930&view=rev
Log:
WW-1377
  - readonly attribute ignore boolean value


Modified:
    struts/struts2/trunk/core/src/main/resources/template/simple/text.ftl

Modified: struts/struts2/trunk/core/src/main/resources/template/simple/text.ftl
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/simple/text.ftl?rev=420930&r1=420929&r2=420930&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/template/simple/text.ftl (original)
+++ struts/struts2/trunk/core/src/main/resources/template/simple/text.ftl Tue Jul 11 10:19:06 2006
@@ -12,7 +12,7 @@
 <#if parameters.disabled?default(false)>
  disabled="disabled"<#rt/>
 </#if>
-<#if parameters.readonly?exists>
+<#if parameters.readonly?default(false)>
  readonly="readonly"<#rt/>
 </#if>
 <#if parameters.tabindex?exists>