Re: ! Unbearable memory consumption

2002-07-24 Thread Vernon Wu
Thanks for sharing your approache. That is a method I can consider. I hope there is a soluation other than dividing the page into two or three pages. Vernon 7/24/2002 8:43:34 PM, Tim Kettering <[EMAIL PROTECTED]> wrote: > >I'm no expert on this stuff, but I had something similar to this (al

Re: ! Unbearable memory consumption

2002-07-24 Thread Tim Kettering
I'm no expert on this stuff, but I had something similar to this (although nowhere on the scale of yours) - with lots of hex color values littered through the the website being controlled by tags that grabbed values off a XML file, and it was really dragging down the rendering process. So what I

! Unbearable memory consumption

2002-07-24 Thread Vernon Wu
I use the jstl-fmt port of jstl in my current project. I have three resource files: default, en, and zh. About 440 entries in each file. When I open a page with about 250 items in the resource file, the memory consumption increases dramatically. To save the memory usage, I delete one of the t

Re: Equalivent for request.getRemoteUser() ?

2002-07-24 Thread Tim Kettering
Wow, talk about a speedy response! Thanks. I just read about your book at jspinsider.com and am considering at least ordering the e-book version. :) -tim > > To get request.getRemoteUser(), you need first to get the currently > ServletRequest object and then retrieve the 'remoteUser' prope

Re: Equalivent for request.getRemoteUser() ?

2002-07-24 Thread Shawn Bayern
On Wed, 24 Jul 2002, Tim Kettering wrote: > Apologies if this is a common question - I'm new to the list, and JSTL > too, but I've searched Google, archives for this listserv and the JSTL > specs with no luck. Google and other search engines are also new to JSTL. :-) I suspect it'll be easier

Equalivent for request.getRemoteUser() ?

2002-07-24 Thread Tim Kettering
Apologies if this is a common question - I'm new to the list, and JSTL too, but I've searched Google, archives for this listserv and the JSTL specs with no luck. Is there a way to retrieve the String returned by request.getRemoteUser() using EL in JSTL? I'd like to do something like this. - b

A weird problem with xtags...

2002-07-24 Thread Carlos Barroso
I guys. I'm having a weird problem. Here's my XML file: And here's my JSP file: <%@ page language="java" session="true"%> <%@ taglib uri="http://jakarta.apache.org/taglibs/xtags-1.0"; prefix="xtags" %> <% String menu = null;

Re: JSTL - I18N and resource bundle

2002-07-24 Thread Jan Luehe
Marino, > How to specify a resource bundle for I18N in JSTL? > Should it be specified in web.xml file > under element or somewhere else? > > What If there is no specific bundle for request Locale? > (Should be the base resource bundle used than?) you specify the resource bundle base name as

RE: Problem using Xtags

2002-07-24 Thread Chen, Gin
That's not a valid web.xml It should look like: (watch wrapping) http://java.sun.com/dtd/web-app_2_3.dtd";> http://jakarta.apache.org/taglibs/x-tags1.0 /WEB-INF/xtags.tld Try to fix that first. -Tim -Original Message- From: JUERGENS,MANUEL (

RE: Problem using Xtags

2002-07-24 Thread JUERGENS,MANUEL (HP-Germany,ex1)
Sorry, I've forgot to wrote that I'm using Tomcat 4.0.4. -Original Message- From: JUERGENS,MANUEL (HP-Germany,ex1) [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 24. Juli 2002 16:03 To: [EMAIL PROTECTED] Subject: Problem using Xtags Hi everyone! I've installed the Xtags library and put the

Problem using Xtags

2002-07-24 Thread JUERGENS,MANUEL (HP-Germany,ex1)
Hi everyone! I've installed the Xtags library and put the xtags.jar in my /WEB-INF/lib (also in classpath), and put the "xtags.tld" in my /WEB-INF. My JSP looks like the following: <%@ taglib uri="http://jakarta.apache.org/taglibs/x-tags1.0"; prefix="xtags" %> Phone Book My web.xml is sho