Author: snoopdave
Date: Tue Apr 11 08:56:33 2006
New Revision: 393252
URL: http://svn.apache.org/viewcvs?rev=393252&view=rev
Log:
Fix for ROL-1108, can't post immediately after delete
Modified:
incubator/roller/branches/roller_2.2/src/org/roller/presentation/weblog/actions/WeblogEntryFormAction.java
Modified:
incubator/roller/branches/roller_2.2/src/org/roller/presentation/weblog/actions/WeblogEntryFormAction.java
URL:
http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.2/src/org/roller/presentation/weblog/actions/WeblogEntryFormAction.java?rev=393252&r1=393251&r2=393252&view=diff
==============================================================================
---
incubator/roller/branches/roller_2.2/src/org/roller/presentation/weblog/actions/WeblogEntryFormAction.java
(original)
+++
incubator/roller/branches/roller_2.2/src/org/roller/presentation/weblog/actions/WeblogEntryFormAction.java
Tue Apr 11 08:56:33 2006
@@ -587,6 +587,7 @@
// need to reset all values to empty (including 'id')
actionForm = new WeblogEntryFormEx();
+ actionForm.reset(mapping, request);
request.setAttribute(mapping.getName(), actionForm);
return create(mapping, actionForm, request, response);
}