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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to