Hi, I've got a problem with the
struts validator in a struts application with multiple module.
I've defined in the struts-config of each module a particular message resources like that :
<message-resources key="label" parameter="resources.fe.application" />
Now I want that the validator retrieves the value for the parameter arg0, arg1 from a the message-resources defined with the key parameter and not from the default message-resources.
It's possible?
Thanks a lot and sorry for my english.
Mauro