Hi all,
I am experiencing a strange error :
I have a validation in my an ActionForm. This validation returns an
error. I am sure that the request has the error as an attribute when
displaying the JSP. But my
<html:errors property="dimensions"/> (correct name!) or
l<html:errors"/> dont display anything...
How is it possible ?
Any idea ?
thanks in advance for your help
Barth
bartoche@bluewin.ch - 14 Jul 2006 12:35 GMT
I answer to myself :
I forgot to put the following line in my struts-config file :
<message-resources
parameter="xxx.yyy.zzz.resources.ApplicationResources" />
cheers,
Barth