Woohoo! I changed the controller to implement SimpleFormController instead of AbstractCommandController and I'm now seeing the error message!
Thank you so much for your patience and help!
Type: Posts; User: Shellster; Keyword(s):
Woohoo! I changed the controller to implement SimpleFormController instead of AbstractCommandController and I'm now seeing the error message!
Thank you so much for your patience and help!
ok, I've stripped everything down like you said but still no joy :(
Controller:
public class PortStatusController extends AbstractCommandController {
public PortStatusController(){
...
Hey
Thank you for your replies. I was confused about the field vs global errors alright but I had tried the different combinations with rejectValue.
My <form:errors> tags are within <form:form>...
Hi there
I am having a problem displaying error messages in my JSP that I've set in my Validator class. I've trawled forums, spring sites and found examples which seem to match what I'm doing but...