Tuesday, January 1, 2019

Spring MVC JSP Form Tags Example

These Spring MVC form tags give us extra support. They support data binding, so this allows us to automatically set data and retrieve data from Java objects and beans.

As of version 2.0, Spring provides a comprehensive set of data binding-aware tags for handling form elements when using JSP and Spring Web MVC. Each tag provides support for the set of attributes of its corresponding HTML tag counterpart, making the tags familiar and intuitive to use. The tag-generated HTML is HTML 4.01/XHTML 1.0 compliant.



from DZone.com Feed http://bit.ly/2SuBV4B

No comments:

Post a Comment