Use spring form tags or not? -
i working on new web project based on spring mvc 3. trying decide use spring form tags or not. don't use tags other html , jsp. takes time learn them , hard understand how rendered , error msgs when occur. there outstanding advantages use them? thank you!
the spring mvc form tags basic indeed, they're better nothing. if you're trying render html forms, submissions, error messages, , resubmissions, take lot of annoyance away (especially <select>
fields, huge pain handle otherwise).
for more complex, they're pretty useless, forms, see no reason not use them.
Comments
Post a Comment