RE: Question about validator and multiple message ressources

2005-10-06 Thread luc_boudreau
Hi there, after working on this for two days, I still didn't figure out how to do this... (Just for the record, I'm on Struts 1.2.7) I still can't display two errors bundle on the same jsp page. My jsp includes : and my struts-config.xml includes : and I still get only the messa

RE: Question about validator and multiple message ressources

2005-10-04 Thread luc_boudreau
The validations that I included in my validation class are custom made and are using an Oracle connection to perform complicated validations which are stored in a Validation Servlet. I'm not using the standard validations that comes with Struts. My validation Servlet instanciates a generalised

RE: Question about validator and multiple message ressources

2005-10-04 Thread luc_boudreau
Well, I've already tried to change the key of my message ressources but it seems that it doesn't change anything. Because I add errors from a validator plugin class, which is coded in java inside my application, I cannot specify the key of my message ressource, like if I was in the jsp page us

Question about validator and multiple message ressources

2005-10-04 Thread luc_boudreau
Hi there, I need to add multiple message ressources to an application and to access them from a custom validation class created with the validator framework. I've added the following in struts-config.xml : -- ---