utility taglib, basic looping

2002-10-16 Thread Thomas Delnoij
Good morning. I am using OC4J on Windows 2000. This jsp: ?xml version = '1.0' encoding = 'windows-1252'? jsp:root xmlns:jsp=http://java.sun.com/JSP/Page; version=1.2 xmlns:ut=http://jakarta.apache.org/taglibs/utility; jsp:directive.page

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

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.com

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]

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. Jakarta

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: ?xml version = '1.0' encoding = 'windows-1252'? jsp:root

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

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 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

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 I am