From: <fg...@us...> - 2007-02-16 15:01:20
|
Revision: 268 http://svn.sourceforge.net/openutils/?rev=268&view=rev Author: fgiust Date: 2007-02-16 07:01:21 -0800 (Fri, 16 Feb 2007) Log Message: ----------- fix value for checkboxes, must be able to use something different from "true" Modified Paths: -------------- trunk/openutils-tags-spring/src/main/resources/META-INF/tags/ou/txtinput.tag Modified: trunk/openutils-tags-spring/src/main/resources/META-INF/tags/ou/txtinput.tag =================================================================== --- trunk/openutils-tags-spring/src/main/resources/META-INF/tags/ou/txtinput.tag 2007-02-16 14:25:15 UTC (rev 267) +++ trunk/openutils-tags-spring/src/main/resources/META-INF/tags/ou/txtinput.tag 2007-02-16 15:01:21 UTC (rev 268) @@ -80,9 +80,6 @@ </c:otherwise> </c:choose> <c:choose> - <c:when test="${type == 'checkbox'}"> - <![CDATA[ value="true" ]]> - </c:when> <c:when test="${type == 'textarea'}"></c:when> <c:otherwise> <![CDATA[ value="${value}" ]]> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |