Re: java.sql.Date formatting problem

2002-11-11 Thread Eddie Bush
You should be using the URI that flare gave you. Only by using that URI can your container optimize performance on the standard tags. Otherwise, they have the same overhead as all other custom tags. In short, you want to use the proper URI (the one flare gave you). kiuma wrote: thank u, You

Re: java.sql.Date formatting problem

2002-11-10 Thread kiuma
thank u, You helped me to find my stupid problem. it was that i had defined tag lib as <%@ taglib uri="/WEB-INF/fmt.tld" prefix="f" %> and not as fmt. regards flare wrote: Hi all I've the following problem: if I try to use nothing is displayed. validityEnd is of type java.sql.Date (an

Re: java.sql.Date formatting problem

2002-11-10 Thread flare
> Hi all > I've the following problem: > if I try to use > > nothing is displayed. > > validityEnd is of type java.sql.Date (and not null) what shoud I do to > format it ? thx, kiuma perhaps you forgot <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt"; %> I usually use to format jav

java.sql.Date formatting problem

2002-11-09 Thread kiuma
Hi all I've the following problem: if I try to use nothing is displayed. validityEnd is of type java.sql.Date (and not null) what shoud I do to format it ? thx, kiuma -- To unsubscribe, e-mail: For additional commands, e-mail: