Thanks for your help, but actually we know how to submit checkboxes :) Magnolia seems to convert the checkbox-values through filter-action or something. If we do not use an explicit enctype in the form-definition, it works.
Perhaps anyone else has some idea about that. Regards Thomas -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 8. Oktober 2008 10:58 An: [email protected] Betreff: Re: [magnolia-user] problem with multipart-formdata form and multivalue-parameters Thomas L ha scritto: > Hi all, > > we have a problem with a multipart-formdata form and > multivalue-paramters. > There are some checkboxes which have same names to get an array of the > selected values if the user submits the form. Unfortunatly only one > single > Value of the selected checkboxes is inserted in the array which we get > via > *getParameterValues(paramName)* > > Did anyone have a similar problem? Mmm... it *seems* a common JSP problem, isn't it? Look here, maybe it can help you.. http://www.java2s.com/Code/Java/JSP/JspFormCheckBoxDemo.htm HTH! Matteo ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/ ---------------------------------------------------------------- ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/ ----------------------------------------------------------------
