QnaList > Groups > Play-Framework > Mar 2016
faq

[play-framework] How To Handle Dynamic Row(form) Insertion In Scala-template Play2.4

I have a scala template that take *single userName and age* as input and 
submit that we can simply handle binding and passing form of class
Class FormExample {
   String userName;
   int age;}
Now suppose user want one more button like *add_more_user* and when he 
clicked on *add_more_user,* he will get new row where he can insert other 
userName and Age in same. And once he click on submit all username and age 
must be saved in databases.
My question is how to handle this dynamic functionality in scala template 
and inside controller so that once user click *add_more_user* button one 
new row appear and there he can add new userName and age and controller can 
received list of value once after clicking on submit button. I tried using 
list but not able to received value.
*I am useing play2.4 and my controller code in java 1.8*
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/play-framework/0f8ffa3e-fe23-4da3-8637-5590192c2521%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

asked Mar 26 2016 at 04:10

vineet singh 's gravatar image



Related discussions

Tagged

Group Play-framework

asked Mar 26 2016 at 04:10

active Mar 26 2016 at 04:10

posts:1

users:1

Play-framework

©2013 QnaList.com . QnaList is part of ZisaTechnologies LLC.