Desing of form in spring
I am using spring framework. This question mainly concerns about design
and implementation.
In my project, I have to use many forms and most of them are different.
What is the recommended way of implementing forms in spring. Using Model?
I want to use ajax for forms submissions. The forms in the project are
really huge having 8-15 fields. Is it a good way to use ajax for such huge
forms? If yes, how can I do it? Can I use model attribute?
No comments:
Post a Comment