Just FYI, I could never figure this out so I had to code a workaround wherein I had to pre-process the request with an extra <evaluate> in web flow. My method would match up request params with the...
Type: Posts; User: patlv23; Keyword(s):
Just FYI, I could never figure this out so I had to code a workaround wherein I had to pre-process the request with an extra <evaluate> in web flow. My method would match up request params with the...
So I have set up a wizard interface with spring web flow that gradually populates a single form object/model. It works fine for the first few steps that have to populate single String or primitive...