0

I find JSP tag libraries (like struts tag library) easier to use compared to tag files or JSTL tags. But what's the most commonly used JSP tag library in Spring MVC projects?

1 Answer 1

0

It should be the Spring's form tag library as it is integrated with Spring Web MVC, giving the tags access to object and data your controller deals with.

Sign up to request clarification or add additional context in comments.

3 Comments

Ken, Struts tag library consists of four libraries Bean, HTML, Logic, and Nested. Are all these functionalities provided by Spring's form tag library?
Struts tag library is just a collection of custom jsp tag .You can use JSP as a view in the spring mvc , so I suppose you can use struts tag library in Spring Web MVC
Yes. I use struts tag libraries in Spring Web MVC framework. I wanted to know if struts is the mostly used tag library or there's another. Thanks for your response.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.