Static CURRENT_FORM_OBJECT_ATTRIBUTE on FormObjectAccessor is now public (it's supposed to be a well known name).

This commit is contained in:
Erwin Vervaet
2008-06-05 05:58:57 +00:00
parent 3be4221554
commit 7f1a70b776
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ http://www.springframework.org/webflow
Changes in version 1.0.6 ()
-------------------------------------
General
* JavaDoc polishing.
* Static CURRENT_FORM_OBJECT_ATTRIBUTE on FormObjectAccessor is now public (it's supposed to be a well known name).
Changes in version 1.0.5 (03.10.2007)
-------------------------------------

View File

@@ -48,7 +48,7 @@ public class FormObjectAccessor {
* of some clients that can only deal with a single form backing object, e.g. Struts when using the Struts
* FlowAction.
*/
private static final String CURRENT_FORM_OBJECT_ATTRIBUTE = "currentFormObject";
public static final String CURRENT_FORM_OBJECT_ATTRIBUTE = "currentFormObject";
/**
* The errors prefix.