hi,

Has anybody faced any problems with <format taglib>

The call to this TAG
<fmt:parseDate var="msgDate" value="${sentOn}" pattern="yyyy-MM-dd hh:mm:ss"
scope="page"/>

is giving me this ERROR
In <parseDate>, value attribute can not be parsed: "2002-12-12 14:21:59"'

I have RTFS and got the idea that ths error is coming on when ParseDateTag
calls
dateformat.parse(value); //code verbatim is parser.parse(input);

Any help is appreciated.

---------------
regards
Navjot Singh
Net4India Ltd.


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

Reply via email to