Hi All,

I'm new to Spring. I know this may be a very basic question, is it possible to define a Binder without an Action class?

I need to parse out the request parameters and store them into objects, but no action is necessary for this step (the action is submitted on a subsequent page). Is there any way to do this? How can I grab the parameters? How do I define this in the sub-flow XML?

Thanks.