Hi Zac, Your HTML should look like this <webobject name="Form1"> <webobject name="CheckBox1"></webobject> <webobject name="SubmitButton1"></webobject> </webobject> Wod file: CheckBox1: WOCheckBox { checked = aBoolean; } Java File: public boolean aBoolean; However if the form only contains checkboxes an none of them are checked the form does not post any vales back to the server resulting in all the values remaining as is. To overcome this insert a HiddenField on the form e.g Regards Dave On 21/07/2006, at 9:27 AM, Zac Konopa wrote:
|
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]
