Re: and JAXP problems

2002-07-29 Thread Hans Bergsten
For whatever it's worth, replacing the XML JARs from Standard 1.0.1 with the ones in the "compatibility package" does not solve the problem for JDK 1.3.1_01 on Redhat Linux 7.2 (and probably not on ny other platform either) ... Hans Hans Bergsten wrote: > I spoke too soon. It turns out I didn't

Re: and JAXP problems

2002-07-29 Thread Hans Bergsten
I spoke too soon. It turns out I didn't really test with JDK 1.4. When I do, it works fine. I also found a thread about this exact problem in the archives (I *had* looked, searching for "XMLReaderImpl", but apparently the search function only looks at the Subject), where Shawn suggest that it's a

and JAXP problems

2002-07-29 Thread Hans Bergsten
Sorry to bother you with this, but after stairing at it for some time, I still don't understand what's going on. I get this exception when using from the Standard library, both 1.0 and 1.0.1, with Tomcat 4.0.4 and either JDK 1.3.1_01 and JDK 1.4, on Windows ME and Redhat Linux 7.2: javax.servlet

Re: ! Unbearable memory consumption

2002-07-29 Thread Jan Luehe
Vernon, you should be able to avoid unnecessary loading of resource bundles by using the and tags. If you use at the beginning of your page, it will establish a localization context and store the appropriate resource bundle in it. Any subsequent actions will leverage this resource bundle, in

Re: Standard Taglib 1.0.1 in BEA Weblogic 6.1

2002-07-29 Thread anand
- Original Message - From: "Dave Anand" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Cc: "Glenn R. Kronschnabl" <[EMAIL PROTECTED]>; "Shawn Bayern" <[EMAIL PROTECTED]> Sent: Monday, July 29, 2002 10:31 AM Subject: Re: Standard Taglib 1.0.1 in BEA Weblogic 6.1 >

Re: String tag with "exotic" languages

2002-07-29 Thread Henri Yandell
That's very odd Eric. The str:substring tag is pretty much just a wrapper for String.substring itself [a little bit of null protecting is all that is added]. Could you try and replicate your problem using the underlying String library? The underlying substring wrapper function I'm using does a n

String tag with "exotic" languages

2002-07-29 Thread Eric . Lewis
Hi all Does anyone have experience with the String tag library and "exotic" language like Chinese, Japanese, Arabic etc.? The problem is: We use the to cut off after 140 characters, but this seems to sometimes cut off in the middle of one characters, since they're multi-byte characters, which th