Saturday, 14 September 2013

How to use HTML forms in play framework

How to use HTML forms in play framework

I am using playframework for displaying a form. I created this form with
the help of another external tool but it displays the html source slightly
diffeently. I observed that in the source I downloaded it contains the
main html and also a css and js folder. If I simply copy and paste the
html only , the form doesnt render correctly. How do I render the form
correctly? Is there any gui tool for creating forms for playframework.
Also once the form is created how do I get all the data entered from it
using the playframework? I am not using the template system and hence the
question.

No comments:

Post a Comment