On 7/25/06, Jeremy Arnold <[EMAIL PROTECTED]> wrote: > Possibly I should create a hidden element for each row and then change > the value of this element when a check is changed, and the hidden > element will be passed on to the controller? (as unchecked checkboxes > are not passed as part of forms)
There's no such thing. If you want to send only a subset of data back to the controller you have two options: - on the form.onsubmit event, prepare the data and put it in hidden fields - generate html input elements dynamically -- Cheers, hammett http://hammett.castleproject.org/ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ CastleProject-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/castleproject-users
