osalvador / dbax-lite

PLSQL framework for MVC Web Development
https://dbax-project.com
GNU Lesser General Public License v3.0
9 stars 4 forks source link

request and checkbox #4

Open mcardia opened 6 years ago

mcardia commented 6 years ago

Hi!

How can I get multiple values using request_ from a posted form ?

request_.input returns only the first value.

mcardia commented 6 years ago

reading the code from package dbx I was able to get using at HTML "myfield[]" (with the brackets) and then looping thought **request.inputs**. Is that the correct way?

osalvador commented 6 years ago

Hi @mcardia

That is correct, it is not yet documented.

Thanks!