Static CURRENT_FORM_OBJECT_ATTRIBUTE on FormObjectAccessor is now public (it's supposed to be a well known name).
This commit is contained in:
@@ -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)
|
||||
-------------------------------------
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user