Re: Odd behavior of Number/String conversion??

2005-03-07 Thread Rahul P Akolkar
> trying to convert String "field." to type "java.lang.Double" > I even tried using the fn:trim tag which is supposed to return a String In short, the spec says so :-) Remember, + is not string concatenation in JSPs, it is an arthmetic operator. The rogue argument here is not the index (so trim

Odd behavior of Number/String conversion??

2005-03-07 Thread Rick Reumann
Ok this seems weird There is a map with some keys named field.0.type, field.1.type etc (don't ask reasoning, I was given this:) There is also fieldCount as a map property so I know how many of the annoying field.X.type keys there are. What I need to do now is loop over the count and get out t

Re: Error: javax/servlet/jsp/tagext/TagLibraryValidator

2005-03-07 Thread PGibbonsX
yept, that was it, the incompatibilities with Tomcat and Java. many thanks pg