different EVAL_BODY_XXX return types

2002-09-18 Thread Craig Longman
i having some complicated problems in the doEndTag() processing that are primarily related to the bodyContent member. according to the javadocs, if EVAL_BODY_INCLUDE is returned, setBodyContent() and doInitBody() are not invoked. the upshot of this is that the bodyContent member variable is pot

RE: can't make string taglibs work!

2002-09-18 Thread Henri Yandell
Yeah, seems so :) Could you send your entire test page to the list [by entire, I assume it only contains the str: tag and the necessary bits at the top. If it's bigger, try making a simple test one first]? The other option is to try the samples. If the samples work, then compare their web.xml a

RE: can't make string taglibs work!

2002-09-18 Thread Xavier Prélat
Henri, I did add the commons-lang jar to my server lib ?? did not try the samples...but i just try to execute this : A sentence Hopefully. quite simple!! Xavier XP> -Message d'origine- XP> De : Henri Yandell [mailto:[EMAIL PROTECTED]] XP> Envoyé : mercredi 18 septembre 2002 13:10 XP>

Re: can't make string taglibs work!

2002-09-18 Thread Henri Yandell
On Wed, 18 Sep 2002, [iso-8859-1] Xavier Prélat wrote: > Hi, > > I am trying to use string taglibs and I can't get something else than "HTTP > : 500 unhandled expression" while playing with a simple replace tag! > > I am using session, datetime and others taglibs, so I did copy jar file into >

can't make string taglibs work!

2002-09-18 Thread Xavier Prélat
Hi, I am trying to use string taglibs and I can't get something else than "HTTP : 500 unhandled expression" while playing with a simple replace tag! I am using session, datetime and others taglibs, so I did copy jar file into the server directory, modified web.xml the usual way, is there somethi