Revision: 312
Author:   tfenne
Date:     2006-05-12 17:22:38 -0700 (Fri, 12 May 2006)
ViewCVS:  http://svn.sourceforge.net/stripes/?rev=312&view=rev

Log Message:
-----------
Fix for STS-198: InputTags do not remove "readonly" property once set

Modified Paths:
--------------
    trunk/stripes/src/net/sourceforge/stripes/tag/InputTagSupport.java
Modified: trunk/stripes/src/net/sourceforge/stripes/tag/InputTagSupport.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/tag/InputTagSupport.java  
2006-05-11 11:35:16 UTC (rev 311)
+++ trunk/stripes/src/net/sourceforge/stripes/tag/InputTagSupport.java  
2006-05-13 00:22:38 UTC (rev 312)
@@ -377,6 +377,9 @@
         if (isReadOnly) {
             set("readonly", "readonly");
         }
+        else {
+            getAttributes().remove("readonly");
+        }
     }
 
     /** Gets the HTML attribute of the same name. */


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to