In my
JSP file I have the request variable org.apache.struts.action.ERROR
But I cannot get the error message.
Whenever I get toString I get the class ID hash.
I need to access the error message in JSTL without using more
Struts, but I do not know how.
Edit: I can access the message by <html:errors/>, but I do not want to use Struts tag, only JSTL og perhaps in last resort scriplets.
Somehow this post has been duplicated many times and not by my doing.
[ December 05, 2007: Message edited by: Sverre Moe ]