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
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
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
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 :
--
---
4 matches
Mail list logo