[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: jsp jstl problem

PeterJ do-not-reply at jboss.com
Thu Oct 5 13:33:37 EDT 2006


standard.jar is the standard tag library jar file that you can download from Apache at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=90933.

Or, if you are using Maven 2, add this to your pom.xml:

    <dependency>
  |       <groupId>taglibs</groupId>
  |       <artifactId>standard</artifactId>
  |       <version>1.1.2</version>
  |       <scope>compile</scope>
  |     </dependency>


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976360#3976360

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976360



More information about the jboss-user mailing list