DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=12189>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=12189 ------- Additional Comments From [EMAIL PROTECTED] 2005-10-20 14:32 ------- Solution for default value could be: Define a inputfield with the same name right after the checkbox. If checkbox is checked then the value of checkbox will be read, otherwise the value of the hidden field. <input type="checkbox" name="testchk" value="true"/> <input name="testchk" type="hidden" value="false" /> for the struts development i would suggest to extend the checkboxtag to have an property uncheckedValue and if this property is set, automatically add the hiddenfield. Greetings, [EMAIL PROTECTED] -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
