On 8/30/05, Dave Johnson <[EMAIL PROTECTED]> wrote: > Thanks *again* for your patience and your bug reports. Thanks for *your* great piece of software :-)
And agein an NPE: If an entry is not available or the entry is removed, I think roller should say "Sorry, entry not found" but I get an NPE: http://localhost:8080/roller/editor/weblog.do?entryid=ff8080810607e13b0106084042a80001&method=edit java.lang.NullPointerException at org.roller.presentation.weblog.actions.WeblogEntryFormAction.edit(WeblogEntryFormAction.java:153) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:276)
