The following example always posts the value of the first radiobutton whether you select it or not. Am I missing something?
<canvas width="500" height="500"> <dataset name="assessDS" src="http://localhost/php/resolve.php?action=assess" /> <form> <submit name="submitter" data="${canvas.assessDS}"/> <radiogroup name="grp"> <radiobutton value="1">Choice 1</radiobutton> <radiobutton value="2">Choice 2</radiobutton> <radiobutton value="3">Choice 3</radiobutton> </radiogroup> <button onclick="${parent.submitter.submit()}">Submit</button> </form> </canvas> Matt Hubbard _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
