diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 03716452..ba037964 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -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) ------------------------------------- diff --git a/spring-webflow/src/main/java/org/springframework/webflow/action/FormObjectAccessor.java b/spring-webflow/src/main/java/org/springframework/webflow/action/FormObjectAccessor.java index 2d4e2fab..4311a4b2 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/action/FormObjectAccessor.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/action/FormObjectAccessor.java @@ -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.