On Tue, 2003-09-02 at 23:19, Felipe Leme wrote:

> I'm not sure if I understood the problem correctly, but it looks like you are 
> not calling the fmt:formatNumber tag. Try something like this:
> 
> <%  Date date  =(((oeuvre_data = oeuvre.getObject("dateexpofin"))==null ||
> > oeuvre.wasNull())?"":oeuvre_data);
> %>
> 
> <fmt-rt:formatNumber value="<%=date%>"/>

Thanks for that!

Now I have located the root of my problem. My query is returning a
string and not a date...

Tony Grant
-- 
www.tgds.net Library management software toolkit, 
redhat linux on Sony Vaio C1XD, 
Dreamweaver MX with Tomcat and PostgreSQL


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to