Right. javax is the interface, taglibs.standard is the implementation.
I have the following in my pom:
<!--
Standard Taglibs
-->
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.1.2</version>
</dependency>
K.C.
-----Original Message-----
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: Friday, February 17, 2006 8:22 AM
To: Maven Users List
Subject: Re: taglibs vs jstl
taglibs.standard != javax.servlet.jstl
Generally, you need both
Emmanuel
Brian E. Fox a écrit :
> I'm probably having a brain cramp now. Can anyone confirm if
> taglibs.standard is the same as javax.servlet.jstl?
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]