What version of Spring are you using?

I ask because BindStatus is not in
org.springframework.web.servlet.tags

It is in:
org.springframework.web.servlet.support.

Are you possibly mixing an old TLD with a newer spring.jar?
If you are using Tomcat 5.5 you do not need the TLD declaration in
your web.xml. So long as you have either the large spring.jar or the
smaller spring compenent jars, including spring-webmvc.jar.

-Ray


On 8/1/05, Marcelo Alcantara <[EMAIL PROTECTED]> wrote:
> Hi Pascal,
> 
> It is deployed on jboss 4.02 which has tomcat 5.5 inside...
> 
> Any ideas??
> 
> On 8/1/05, Pascal Gehl <[EMAIL PROTECTED]> wrote:
> > Hi Marcello,
> >
> > On which servlet-container version is your application deployed ?
> >
> > Pascal Gehl
> >
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Marcelo Alcantara
> > Sent: Monday, August 01, 2005 10:39
> > To: acegisecurity-developer@lists.sourceforge.net
> > Subject: [Acegisecurity-developer] Problem when executing the contacts
> > sample
> >
> > Hi all,
> >
> > I am having a strange bug with the contacts sample application.
> >
> > When I try to add a new permission to a user (Marissa), I get an exception
> > say that:
> >
> > Generated servlet error:
> > org.springframework.web.servlet.tags.BindStatus cannot be resolved or is not
> > a type.
> >
> > I checked the include.jsp, used by the add.jsp page and it has the following
> > tablib declarations:
> >
> > <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"; %>
> > <%@ taglib prefix="authz" uri="http://acegisecurity.sf.net/authz"; %>
> > <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %>
> > <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt"; %>
> >
> > but on the web.xml we only have this tablib declaration:
> >
> >        <taglib>
> >      <taglib-uri>/spring</taglib-uri>
> >      <taglib-location>/WEB-INF/spring.tld</taglib-location>
> >        </taglib>
> >
> > Is it correct??
> >
> > Am I missing something??
> >
> > We are from a very big cable tv company in Brazil, and we are expecting to
> > be using Acegi in a very big project here.
> >
> > Somebody can help me on that???
> >
> > Thanks in advance.
> >
> > Marcelo Alcantara
> > Senior Developer/Architect
> > [EMAIL PROTECTED]
> > +55 11 81968823
> >
> >
> > -------------------------------------------------------
> > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from
> > IBM. Find simple to follow Roadmaps, straightforward articles, informative
> > Webcasts and more! Get everything you need to get up to speed, fast.
> > http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
> > _______________________________________________
> > Home: http://acegisecurity.sourceforge.net
> > Acegisecurity-developer mailing list
> > Acegisecurity-developer@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
> >
> >
> > -------------------------------------------------------
> > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> > from IBM. Find simple to follow Roadmaps, straightforward articles,
> > informative Webcasts and more! Get everything you need to get up to
> > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> > _______________________________________________
> > Home: http://acegisecurity.sourceforge.net
> > Acegisecurity-developer mailing list
> > Acegisecurity-developer@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
> >
> 
> 
> --
> Marcelo Alcantara
> Senior Developer/Architect
> --------------------------------------------------------
> [EMAIL PROTECTED]
> +55 11 81968823
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opclick
> _______________________________________________
> Home: http://acegisecurity.sourceforge.net
> Acegisecurity-developer mailing list
> Acegisecurity-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
>


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to