Author | Message |
---|---|
rthakur
Posts: 3
|
Posted 22:17 Oct 09, 2012 |
Should we use maven setup for the tag libray or simply copy JSTL jar file in the web-inf folder |
cysun
Posts: 2935
|
Posted 22:20 Oct 09, 2012 |
If it's a Maven project, just add a dependency; if it's an Eclipse Dynamic Web Project, you'll have to manually include the jar files. |