I have a java bean representing a Product used throughout a flow. On some view states in the flow, there are fields which allow the user to update certain fields. The action methods to which these views transition get the bean from request scope (bound with values from the form) and use these to update the bean at flow scope.
Is there a way I can have the binder operate on the flow scope bean directly?


Reply With Quote