What is an list box? Is it a <select> ? If so, just access the data using 
$c->param("select_name"). If it's a <select multi>, then you need 
$c->every_param("select_name")


On Wednesday, October 14, 2015 at 11:50:00 AM UTC+2, Ragini Prasad wrote:
>
> I have a list box on my form and I want to retrieve the selected options 
> from there in my controller.
> How does mojolicious template return list box options to the controller ?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To post to this group, send email to mojolicious@googlegroups.com.
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to