Re: FIFO ordering of input:select tag options

2002-04-14 Thread Subbarayan Ramanathan
There have been prior discussions in this list regarding an ordered map. Archives may help. [EMAIL PROTECTED] wrote: While it doesn't preserve FIFO, a TreeMap with a custom Comparator has been useful to me. Maybe you could modify the Comparator to meet your conditions? Also, JDK1.4

scrape taglib

2002-04-14 Thread Rich Catlett
Still not having any luck with the scrape taglib. Only responses I have gotten are from 2 others with the same issue. Follow up questions - 1. Is there a place we can look for errors? The taglib logs all of it's errors using the servletContext.log() method, in tomcat this logs the

default for fmt:formatDate

2002-04-14 Thread Stuart Thomson
The default for c:out is very handy in a number of circumstances. One is when populating a table it is better to put spaces in empty cells rather than nothing. Would it be possible to add this to fmt:formatDate (and family) also. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: scrape taglib

2002-04-14 Thread Meltsner, Kenneth
At one point, I modified the Scrape taglib to use the standard URLConnection object. I botched it the first time, but I think I had it working OK the second time. I found one real problem -- there was a mistake in the use of the regular expression library to find the text between the tags.

[JSTL] Java enum constants

2002-04-14 Thread Borislav Iordanov
Hi, It would be useful if the JSTL expression language supported enum constants access through the '.' operator. For example: class A { public final static int ENUM_1 = 0; public final static int ENUM_2 = 1; public int getType() // returns one of ENUM_1, ENUM_2 etc... } and then

Re: [JSTL] Java enum constants

2002-04-14 Thread Shawn Bayern
Yeah, the topic has come up. It could be done in principle, but - it won't make it into JSTL 1.0 - there are problems with referring to static members of a class The JSTL EL just refers to objects, so it's not clear which class in the object's ancestry hierarchy the static values would