I've got a setter being called from a velocity template but I can't figure out how to make it set a boolean value. In the *.vm I have the following ...
<input type="checkbox" name="linux" value="Linux"> Linux
And in my webworks ActionSupport class I've got a setter ...
public void setLinux(boolean os) { this.linux = os; }
It gets called, but I can't make it set the value as checked, true or false.
Any help much appreciated.
------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork