I am using the input form to handle my post data to the controller. I
've create a template in the view which contains the multicheckboxes.
When i multicheck the Boxes which kind of data from this checkek boxes
will be post to the **dwargs in the controller?
For example:
<input name="cate" type="checkbox"
value="cate1" /> Desktop <br/>
<input name="cate" type="checkbox"
value="cate2" /> Laptop <br/>
<input name="cate" type="checkbox"
value="cate3" /> Smartphone <br/
>
<input name="cate" type="checkbox"
value="cate4" /> Web Browser
<br/>
<input name="cate" type="checkbox"
value="cate5" /> Instant
Messenger <br/>
A list? Will the data for example "cate1, cate2" being saved into the
kwargs['cate'] as a list as i wish? it doesn't work though...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---