I'm wondering if anyone has seen the following behavior.
I upgraded from 2.1.8.1 to 2.2.1 and now, if there is a field validation
error when I try to submit a form, the errors no longer show up on the jsp.
I have a result type of input declared like this:
@Result(name = "input", type = "chain",
params = {"namespace", "/sc", "actionName",
"workerScheduleCsrCreatePopup"})
When the chain happens and hits the method the field errors are no longer on
the request. I just rolled back to 2.1.8.1 and the field errors were
populated again.
Thanks in advance.
Daniel