Hi, sorry for my poor english (I’m from Germany). I hope I can describe my problem right. I might have the same problem like tanship.
When I submit a new post, it seems to work (post is displayed and everything), but in Console is the following exception:
java.text.ParseException: Unparseable date: “Mon Feb 11 21:35:10 CET 2008”
at java.text.DateFormat.parse(Unknown Source)
…
I can delete the post, but when I try to edit it, there is a NullPointerException and Tomcat shows the error message described by tanship. Console output:
SCHWERWIEGEND: Servlet.service() for servlet action threw exception
java.lang.NullPointerException
at com.myeclipseide.examples.myblog.struts.action.PostAction.copyProperties(PostAction.java:53)
at com.myeclipseide.examples.myblog.struts.action.PostAction.setUpForInsertOrUpdate(PostAction.java:42)
…
I tried to put in a shorter date string, but no success so far…