asked on
ASKER
ASKER
JavaServer Pages (JSP) allow the development of dynamically generated web pages. It uses the Java programming language; JSP pages are translated into servlets at runtime, with each servlet being cached and reused until the JSP is modified. JSP allows Java code to be interleaved with static web markup content, so the resulting page can be compiled and executed on the server to deliver the content.
TRUSTED BY
commons-digester.jar
commons-beanutils.jar
files into the "/WEB-INF/lib" folder of you context root.
and its simple that you put all the jars provided by struts that are present in struts lib folder.