RE: Shortest date format

2002-10-16 Thread Martin Cooper
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 16, 2002 1:46 AM > To: [EMAIL PROTECTED] > Subject: RE: Shortest date format > > > "By hand" means that I use the pattern. Actually, I meant creating the > pattern by hand in JSTL. > Wh

Re: utility taglib, basic looping

2002-10-16 Thread David M. Karr
> "Thomas" == Thomas Delnoij <[EMAIL PROTECTED]> writes: Thomas> Hi Shawn, Thomas> Sorry, I misunderstood both you and the website. If this is a widely held Thomas> misunderstanding, then I would suggest that the website is not clear enough Thomas> on this topic... Thomas

RE: utility taglib, basic looping

2002-10-16 Thread Thomas Delnoij
OK. I can see it makes sense to use the standard implementation where ever possible. Thank you for the tip! I downloaded the binary distribution and Shawn's reference and want to start working, but... As described in the instructions, I copied all jar archives to the lib directory of my web-ap

RE: utility taglib, basic looping

2002-10-16 Thread Henri Yandell
Sorry for repeating a lot of what Shawn said. Usual early morning failure to focus properly. On Wed, 16 Oct 2002, Henri Yandell wrote: > > Hey Thomas, > > JSTL is a new Java standard. JSR, JCP all that official jazz. The > reference implementation [or one of two] is hosted at Jakarta Taglibs and

RE: utility taglib, basic looping

2002-10-16 Thread Henri Yandell
Hey Thomas, JSTL is a new Java standard. JSR, JCP all that official jazz. The reference implementation [or one of two] is hosted at Jakarta Taglibs and called 'standard'. [Shawn was the implementation lead] It's JSP 1.2 however. It does deprecate many of the Jakarta Taglibs somewhat in function

RE: utility taglib, basic looping

2002-10-16 Thread Thomas Delnoij
Hi Shawn, Sorry, I misunderstood both you and the website. If this is a widely held misunderstanding, then I would suggest that the website is not clear enough on this topic... I am actually working on an alternative: http://java.sun.com/JSP/Page"; version="1.2" > test

RE: utility taglib, basic looping

2002-10-16 Thread Shawn Bayern
On Wed, 16 Oct 2002, Thomas Delnoij wrote: > Hi Shawn. > > I am using the utility taglib of the jakarta project. Isn't it part of > JSTL? > > If I understand you right, JSTL is "your" project? Where can I find > the online documentation? No, this seems to be a widely held misunderstanding. Ja

RE: utility taglib, basic looping

2002-10-16 Thread Thomas Delnoij
Hi Shawn. I am using the utility taglib of the jakarta project. Isn't it part of JSTL? If I understand you right, JSTL is "your" project? Where can I find the online documentation? Bye Thomas Delnoij Internet Engineer IMN - SSE Baarn Mobile: +31 6 144 300 14 EMail: [EMAIL PROTECTED] >-Or

Re: utility taglib, basic looping

2002-10-16 Thread Shawn Bayern
The Utility Taglib is old and out of date; it may contain bugs, and it isn't maintained any longer. I strongly recommend looking at a more modern offering like JSTL; our project's "Standard Taglib" provides a compliant JSTL implementation. -- Shawn Bayern "JSTL in Action" http://www.jstlbook.

RE: Shortest date format

2002-10-16 Thread Eric . Lewis
"By hand" means that I use the pattern. Actually, I meant creating the pattern by hand in JSTL. Which would be kind of stupid, since I can't know what language will be used... So if I could load the pattern from the locale, how would this work? Regards, Eric > I'm not sure what you mean by "by

utility taglib, basic looping

2002-10-16 Thread Thomas Delnoij
Good morning. I am using OC4J on Windows 2000. This jsp: http://java.sun.com/JSP/Page"; version="1.2" xmlns:ut="http://jakarta.apache.org/taglibs/utility"; > test counter ...generates this output: 0 1 2 3 4 5 6 7 8 9 10