1
votes

Following is the Play 2 app, https://github.com/playframework/Play20/tree/master/samples/java/forms

Which portrays Dynamic form binding where form fields and sections are dynamically added and removed at client side.

It is a Play 2 sample application. I wanted to port it on Play 1 code base.

If anyone could port the same app in Play framework 1.x t will be a great help ! A GitHub share would be an awesome way to incrementally improve the ported app !

Idea is to learn best possible practice in Play 1 for such a use case.dynamic-form-generation-play-controller-binding

1

1 Answers

1
votes

Use the list binding and appropriately named fields and some JavaScript.