Hello,
I'm currently using Spring Webflow 2, and I've been writing a unit test for a flow before I actually write all the JSPs for the flow. For some reason, my requestParameters aren't being bound to my model object. I'm creating the model object right before I enter the view state that binds to it (rather than declaring it as a 'var' within the flow). I've double checked all the parameter names / model object properties and everything's right, but for some reason it's just not binding. Does anybody have any idea why ?