JSTL / fmt locale question

2003-09-30 Thread Dima Gutzeit
Hi everybody , Recently I've encountered a very annoying behavior of fmt taglib (JSTL). I am using some bundle ,called "audioLabels" to localize some messages in my JSP/VXML application. The problem is that I CAN not change the locale it uses, no matter what I do with the tag. It uses the defa

Re: Tag Lifecycle

2003-09-30 Thread Hans Bergsten
Lukas Bradley wrote: What is the lifecycle of custom tags? Are tag objects reused throughout a page? It seems as if my tags are not always being created. They are not *always* reused however. See Hans -- Hans Bergsten

RE: Tag Lifecycle

2003-09-30 Thread Karr, David
> -Original Message- > From: Lukas Bradley [mailto:[EMAIL PROTECTED] > > What is the lifecycle of custom tags? Are tag objects reused > throughout a > page? It seems as if my tags are not always being created. > They are not > *always* reused however. The custom tag lifecycle is pro

Tag Lifecycle

2003-09-30 Thread Lukas Bradley
What is the lifecycle of custom tags? Are tag objects reused throughout a page? It seems as if my tags are not always being created. They are not *always* reused however. Lukas - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

style in xtags

2003-09-30 Thread Rony De Coninck
I want to use xtags instead of X in JSTL because I like dom4j but I have a problem with it. I downloaded the Jakarta-xtags-jar but I am not able to run the examples. The examples of JSTL 1.0 work fine. I get this error: org.apache.jasper.JasperException: The output format must have a '{http://xm

RE: Deployment Problem Under Tomcat 4.0.6

2003-09-30 Thread Shapira, Yoav
Howdy, >Doh! My mistake! Is the answer to edit the >server.xml and put the context XML in there? Yup, in the 4.0.x branch you have to edit server.xml. >I agree. I'd prefer to use Tomcat 4.1.24 everywhere, >but it's not my choice. I guess you're saying I >should switch up and develop under 4

RE: Deployment Problem Under Tomcat 4.0.6

2003-09-30 Thread Michael Duffy
Hi Yoav, Doh! My mistake! Is the answer to edit the server.xml and put the context XML in there? I agree. I'd prefer to use Tomcat 4.1.24 everywhere, but it's not my choice. I guess you're saying I should switch up and develop under 4.0.6. Bugger! ;) I LIKE the newer version. Thanks ag

RE: Deployment Problem Under Tomcat 4.0.6

2003-09-30 Thread Shapira, Yoav
Howdy, This is not a bug: tomcat 4.0.x doesn't support context.xml files, it's a 4.1.x feature. In general, I wouldn't recommend having two such different branches of tomcat between your dev/test and production: stick to one, preferably the same minor release. Yoav Shapira Millennium ChemInforma

Deployment Problem Under Tomcat 4.0.6

2003-09-30 Thread Michael Duffy
I've written a Web app that uses JSTL 1.0.3 that deploys and runs successfully under Tomcat 4.1.24 in a development environment. I deploy it as a WAR file, along with a context XML file of the same name. Tomcat 4.1.24 picks up both successfully and creates the JNDI data source I need without a p