MaineOne is right. If you look at your form's action attribute "product/update" that is the URL that will be invoked. If you want the checkbox state to be passed in the URL I think you'll need some javascript to put it there right before the form submits,
possibly using the onsubmit event of the form.
Otherwise, just use what MaineOne said in the server side and remove that action parameter.
sergiopereir...
Member
227 Points
61 Posts
Re: [BUG]Value from checkbox do not handle as parameter
Dec 23, 2007 09:53 PM|LINK
MaineOne is right. If you look at your form's action attribute "product/update" that is the URL that will be invoked. If you want the checkbox state to be passed in the URL I think you'll need some javascript to put it there right before the form submits, possibly using the onsubmit event of the form.
Otherwise, just use what MaineOne said in the server side and remove that action parameter.
Sergio Pereira
http://devlicio.us/blogs/sergio_pereira/