How do I retrieve a single fielderror without any formatting?
I want just the plain text message without any formatting in a jsp is that possible?
This can be done in an action but how would I do this inside a jsp?
System.out.println(this.getFieldErrors().get("fileMissing"));
If you are using JSTL you can do this
and for struts tag, you can do this