Re: Literal expressions in c:set tag

2003-09-24 Thread Lutz Horn
Hi, Andrew Chapman wrote: c:set var=formRow input type=text name=address${rowIndex}/ /c:set c:forEach begin=1 end=3 varStatus=status c:set var=rowIndex value=${status.index}/ c:out ${formRow} escapeXml=false/ /c:forEach Why don't you just write: c:forEach begin=1 end=3

Speed differences between jsp:include and c:import

2003-09-24 Thread Sgarlata Matt
Does anyone know if there are any speed differences between using jsp:include and c:import if one is including a file that is local to the web server? Obviously if one does c:import and imports a file from a remote web server that will be slower than including something on the local server.

Re: Speed differences between jsp:include and c:import

2003-09-24 Thread Serge Knystautas
Sgarlata Matt wrote: Does anyone know if there are any speed differences between using jsp:include and c:import if one is including a file that is local to the web server? Obviously if one does c:import and imports a file from a remote web server that will be slower than including something on

RE: Speed differences between jsp:include and c:import

2003-09-24 Thread Chen, Gin
Just out of curiousity. Unless the code is doing something short of ridiculous.. How much of a speed difference could there really be? I mean what exactly are u looking for? Would a difference of 100 milli effect the outcome of ur app? 1 sec even? What is the you main concern? -Tim -Original

Re: Speed differences between jsp:include and c:import

2003-09-24 Thread Sgarlata Matt
Well we have three different include methods (4 if you count tiles:insert) and I'm just trying to fully understand the implications of using each. %@ include file= % is like a C include, so it leads to larger JSP files, but it offers a speed advantage over passing along the request, which is what

SOS JSTL

2003-09-24 Thread Julien Martin
Hello, I am developing an application that uses Jstl for internationalization. I store a string called lang in a request attribute (${requestScope.lang}). This string is either fr or es. My page is sometimes in french even though the lang attribute is es and vice versa. It seems as if the

Re: SOS JSTL

2003-09-24 Thread Serge Knystautas
Nothing is your page is setting a request scope attribute with the name lang. Did you mean $param.lang? -- Serge Knystautas President Lokitech software . strategy . design http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED] Julien Martin wrote: Hello, I am developing an application

RE: Speed differences between jsp:include and c:import

2003-09-24 Thread Chen, Gin
Ah I c.. The code that ur interested in: org.apache.taglibs.standard.tag.common.core.ImportSupport org.apache.taglibs.standard.tag.common.el.ImportTag If you look at the code for ImportSupport you'll see Shawn's comments:

SOS JSTL

2003-09-24 Thread Julien Martin
Hello Serge, The lang attribute is set by a servlet filter. Julien. - Original Message - From: Serge Knystautas [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 5:23 PM Subject: Re: SOS JSTL Nothing is your page is setting a request

xml stysheet probelm -is xtags working ?

2003-09-24 Thread kpitalrisk
hi, i'm trying to use xtags to parse a document. But xtags:applyTemplates / doesn't seem to work. Any ideas ? my xml : ?xml version=1.0 encoding=ISO-8859-1? xmldescriptor element toto200603/toto /element /xmldescriptor my stylesheet : xtags:parse id=doc