pardhu g wrote:
> 
>  String lNotificationDate =
> StringUtil.noNull(pReq.getParameter("otificationDate"));
> DateFormat lDate1 = new SimpleDateFormat();
>         try {
>             lNDate1 = lDate1.parse(lNotificationDate);
>         } catch (ParseException e) {
>             Util.p3("Unable to parse " + lNotificationDate);
>         }
> 

Have your tried using print statements to debug the variables yet? How
about printing pReq.getParameter("otificationDate") and
lNotificationDate before the try block and seeing if the correct value
is coming in?

- Sandip

-- 
Sandip Bhattacharya  *    Puroga Technologies   *     [EMAIL PROTECTED]
Work: http://www.puroga.com  *   Home/Blog: http://www.sandipb.net/blog

PGP/GPG Signature: 51A4 6C57 4BC6 8C82 6A65 AE78 B1A1 2280 A129 0FF3


_______________________________________________
Java mailing list
[email protected]
http://mail.jug-delhi.org/mailman/listinfo/java_jug-delhi.org

Reply via email to