Re: xsl and 4.1.27

2003-10-03 Thread Petter Karlström
[This message cc:ed to tomcat-user in case anyone else is browsing for the solution] Stan, There is a new version (1.0.4) of jakarta's jstl libs: jakarta-taglibs-standard-1.0.4.zip or jakarta-taglibs-standard-1.0.4.tar.gz This worked for me! Also, thanks for the link you found:

Re: xsl and 4.1.27

2003-09-15 Thread Petter Karlström
transformation such as this should be fairly commonplace. However, I can't find any information about pecularities or bugs on the web or on this list. cheers /Petter Petter Karlström wrote: Hi, The problem quoted below is still driving me up the walls! Now, I've also tried installing

Re: problem in session closing for explorer

2003-09-12 Thread Petter Karlström
, is already done. The easiest workaround would probably be to time-limit your variables. /Petter Karlström - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: xsl and 4.1.27

2003-09-12 Thread Petter Karlström
installing version 4.1.12 on my Windows machine, but I fail to find any old versions for download. Anyone know where I can find one? Petter Karlström wrote: Hi all, I'm trying to get a simple x:transform to work after moving to a new version of Tomcat. The old version was 4.1.12 and the new one

xsl and 4.1.27

2003-09-11 Thread Petter Karlström
Hi all, I'm trying to get a simple x:transform to work after moving to a new version of Tomcat. The old version was 4.1.12 and the new one is 4.1.27. The JSTL .jars are installed in my application's /WEB-INF/lib/ I've tried version 1.0.3 of the taglibs as well as older ones with the new

RE: trouble with bean returning boolean

2003-01-21 Thread Petter Karlström
For the archives, a reboot of Tomcat solved this problem. Still a bit strange, since I checked for caching or similar by modifying other pieces of code. No matter, lesson learned: reboot reboot reboot. /Petter -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

RE: trouble with bean returning boolean

2003-01-19 Thread Petter Karlström
At 07:30 2003-01-17 -0800, you wrote: Why not use foo.isValid() or is the format foo.valid something special with respect to taglibs? It's a convention used in beans. Methods called isSomething should be recognized as booleans by something in the jsp code. /Petter -- To unsubscribe,

trouble with bean returning boolean

2003-01-17 Thread Petter Karlström
which returns a String that I can output with c:out. anyone? thanks /Petter Karlström -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

default DataSource for mySQL?

2003-01-13 Thread Petter Karlström
= password= / ... This works fine. However, I fail to find correct info on how to set this DataSource to be the default one in server.xml (or by Tomcat's web interface). I'm running Tomcat 4.1.12 and mySQL 3.23.51 How to set the database in web.xml would be helpful as well. thanks Petter