Re: tomcat 5.5.25 and loosing spaces between printing jstl variables

2009-10-19 Thread Markus Stauffer
ok thanks :) On Mon, Oct 19, 2009 at 5:05 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Markus, > > On 10/19/2009 10:59 AM, Markus Stauffer wrote: >> with trimWhiteSpaces set to true: >> ${firstName} ${name} produces first

Re: tomcat 5.5.25 and loosing spaces between printing jstl variables

2009-10-19 Thread Markus Stauffer
hristopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Markus, > > On 10/17/2009 2:52 AM, Markus Stauffer wrote: >>> >>>        private final String emptyText = new String(""); >>> >>> Anyhow, it probably makes

Re: tomcat 5.5.25 and loosing spaces between printing jstl variables

2009-10-16 Thread Markus Stauffer
pache.org/bugzilla/show_bug.cgi?id=45931 Changing emptyText from "" to " " would break the workaround. It would lead to 2 spaces in the html. Please don't do it. regards -- Markus Stauffer

Re: tomcat 5.5.25 and loosing spaces between printing jstl variables

2009-10-15 Thread Markus Stauffer
My suggestion: set trimSpace to true on both servers. Then use ${firstName}{' '}${lastName} regards Am 13.10.2009 um 23:08 schrieb Curtis Garman: Has anyone else experienced loosing spaces between printing jstl variables. I've got something that is printing ${firstName} ${lastName} --> Cur

Re: Caching rendered page - reducing hits to the backend?

2009-06-01 Thread Markus Stauffer
like this: http://www.opensymphony.com/oscache/ ? Am 30.05.2009 um 21:51 schrieb Andre-John Mas: Hi, Much of the content on the site which I am in the process will be semi-static, and I want to be able to cache the rendered pages to reduce database hits. To explain: A given page will