Can any framework project use Struts-taglib
Posted
by ChronoXIII
on Stack Overflow
See other posts from Stack Overflow
or by ChronoXIII
Published on 2010-04-26T23:04:14Z
Indexed on
2010/04/26
23:43 UTC
Read the original article
Hit count: 375
I have read here that one disadvantage that some may find with using Spring MVC over Struts is that Struts has tags that output HTML code, while Spring has tags that don't generate HTML.
My question is can't you just use the Struts tag-lib in a Spring MVC project (or any other kind of framework project), by dropping the right jar into the WEB-INF/lib folder?
Any clarification is appreciated, thanks.
© Stack Overflow or respective owner