Re: [PROPOSAL] upgrade

2003-08-28 Thread K.C. Baltz
If it's useful to you, I'd say go for it. As long as it doesn't destabilize the current code, I suspect the commiters will add it. K.C. Sgarlata Matt wrote: Hi, I'm not sure if I'm submitting this idea correctly and/or to the correct list, but I have an idea on how to improve on the tag.

[PROPOSAL] upgrade

2003-08-28 Thread Sgarlata Matt
Hi, I'm not sure if I'm submitting this idea correctly and/or to the correct list, but I have an idea on how to improve on the tag. To make a long story short, I think the user should be able to specify a comma-separated list of roles instead of a single role like this: The remote user is

RE: forEach => Exception javax/servlet/jsp/jstl/core/LoopTagSupport

2003-08-28 Thread Steve Raeburn
OK. I was sure I tried that a while ago and it didn't work for me. Just checked it and, as you said, it does work. Thanks Steve > -Original Message- > From: Serge Knystautas [mailto:[EMAIL PROTECTED] > Sent: August 28, 2003 7:18 AM > To: Tag Libraries Users List > Subject: Re: forEach

Re: forEach => Exception javax/servlet/jsp/jstl/core/LoopTagSupport

2003-08-28 Thread Serge Knystautas
No, using var to get the index value in a non-items forEach usage is perfectly legal. Kris's almost exact same example is in the JSTL spec 6.1.4. What he's doing should work. But Kris, the JSTL is designed to fast fail, rather than throw exceptions. The operating principle was to have tags f

Re: forEach => Exception javax/servlet/jsp/jstl/core/LoopTagSupport

2003-08-28 Thread Thilo Schwidurski
Martin van Dijken wrote: Further examination of the exception does indeed seem to show you have a jar-file problem. This kind of servlet exception usually means Tomcat can't find the indicated resource, in your case LoopTagSupport. Hmm, how can it than be that executes properly? Anyway, I copied

RE: forEach => Exception javax/servlet/jsp/jstl/core/LoopTagSupport

2003-08-28 Thread Martin van Dijken
Further examination of the exception does indeed seem to show you have a jar-file problem. This kind of servlet exception usually means Tomcat can't find the indicated resource, in your case LoopTagSupport. Greetz, Martin - To

Re: forEach => Exception javax/servlet/jsp/jstl/core/LoopTagSupport

2003-08-28 Thread Jason Lea
I have same set up (1.0.3 & 4.1.24) and this works. Perhaps you should check that you really do have Standard 1.0.3 and are referencing it in your web.xml. The timestamp on standard.jar & jstl.jar should 2003-02-19 5:06pm Thilo Schwidurski wrote: Kris Schneider wrote: Not really sure why it's

Re: forEach => Exception javax/servlet/jsp/jstl/core/LoopTagSupport

2003-08-28 Thread Thilo Schwidurski
Steve Raeburn wrote: You need to use the status variable to get the current loop index. Steve http://www.ninsky.com/struts/ Hi Steve, thanks for answering. Unfortunately, this does'nt solve my problem, which is kind of really basic. It seems that *any* usage of forEach results in the subj

RE: forEach => Exception javax/servlet/jsp/jstl/core/LoopTagSupport

2003-08-28 Thread Steve Raeburn
You need to use the status variable to get the current loop index. Steve http://www.ninsky.com/struts/ > -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Thilo Schwidurski > Sent: August 27, 2003 11:59 PM > To: [EMAIL PROTECTED] > Subject: Re: forEach => Excep

Re: forEach => Exception javax/servlet/jsp/jstl/core/LoopTagSupport

2003-08-28 Thread Thilo Schwidurski
Kris Schneider wrote: Not really sure why it's not working for you, but the following works just fine with Standard 1.0.3 on Tomcat 4.1.24: Thanks, Kris. Standard 1.0.3 on Tomcat 4.1.24 is also my setup. [your example code] My problem is still, that *already* the following less "sophisticated"

Re: Unicode support in JSTL xml tags

2003-08-28 Thread Jason Lea
Hi Siddharth, You might have to specify the charEncoding for the because it might be defaulting to ISO-8859-1. Try this: Siddharth wrote: Hi, I am trying to parse a xml file with a non-english Unicode content using jstl's xml tag. But I get the error, "Content not allowed in Prolog". I t

Unicode support in JSTL xml tags

2003-08-28 Thread Siddharth
Hi, I am trying to parse a xml file with a non-english Unicode content using jstl's xml tag. But I get the error, "Content not allowed in Prolog". I tried to parse the same xml with other parsers like msxml, jaxp and it works fine. I can even print the textual form of the xml using . Where am I

Re: a question about jstl1.1

2003-08-28 Thread Pierre Delisle
lieutenant wrote: Hi, i want to synchronize the source(in development) of jstl1.1 RI ,Is the cvs address this: CVS_HOME: :pserver:[EMAIL PROTECTED]:/home/cvspublic jstl_dir: jakarta-taglibs/standard Yes. -- Pierre - To unsub