I would handle this with JavaScript. The data that you're dealing with
sounds pretty fixed so just load the data structures / html in your
template that Mojolicious provides to the client then use JavaScript to do
the dynamic updates of your form elements.

On Aug 26, 2016 4:44 AM, "Ragini Prasad" <[email protected]> wrote:

I have a use case where based on selection of an option from a list box,
items in another list box should get updated. Fo rexample, my page contains
city, restaurants and location. When I select city, the restaurants list
box should show all restaurants in that city only. Again, when I select
restaurant, location should show all the locations where the restaurant has
branches in the city.
How to do this page refresh with updated data in mojolicious framework ?

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to