Re: Using non struts-config.xml MessageResource in the Validator

2004-11-15 Thread Christian Bjørnbak
lready have the setter for the MessageResource attribute name. So I guess I have to place the MessageResources under custom names on the ServletContext and use so kind of LRU algoritm to remove them again. Thanks, Christian Bjørnbak James Mitchell wrote: The validator pulls it from the request.

Using non struts-config.xml MessageResource in the Validator

2004-11-11 Thread Christian Bjørnbak
truts Validator, but how do I tell the Validator to use a custom ResourceBundle/MessageResource instead of the one from struts-config.xml?? I've figured that extending the ValidatorPlugin is the entrence, but I can't find where the errors converted to texts.. Any point