With the following code:
In my controller if I use errors.reject("Some message"), the page is instead displaying with; "Some message.cmd"Code:<form:form path="cmd" commandName="cmd" action="doStuff.action" > <form:errors path="*" cssClass="error"/> ...
Is this the expected behavior? Can it be changed?


Reply With Quote