Re: Multiple Message Resources Files

2011-12-29 Thread Maithily
. Thanks and Regards, M. On Thu, Dec 29, 2011 at 12:28 PM, Maithily wrote: > Thanks for the reply JB. > > I forgot to mention that I am using Struts version 1.1. > > Thanks, > Maithily. > > > On Wed, Dec 28, 2011 at 8:39 PM, Jeffrey Black wrote: > >> Forgive

Re: Multiple Message Resources Files

2011-12-28 Thread Maithily
Thanks for the reply JB. I forgot to mention that I am using Struts version 1.1. Thanks, Maithily. On Wed, Dec 28, 2011 at 8:39 PM, Jeffrey Black wrote: > Forgive me for not fully understanding your question. > > Perhaps this link will help: > http://struts.apache.

Multiple Message Resources Files

2011-12-27 Thread Maithily
. Has any one faced a similar issue before? I want to understand what is caused if the same properties file is referred to by 2 different struts config files for the messages to be found? Any help will be appreciated. Thanks, Maithily.

Re: Struts 1.2.4 validator framework.

2011-06-27 Thread Maithily
Oh! yes, thanks for pointing that out. It works smoothly. Apologies for the silly mistake. Regards, Maithily. On Mon, Jun 27, 2011 at 6:03 PM, Dave Newton wrote: > From http://struts.apache.org/1.2.4/userGuide/dev_validator.html > > * minlength - validate input data isn't less th

Re: Struts 1.2.4 validator framework.

2011-06-27 Thread Maithily
that the error message *renders* as "... less than > ${var.minlength} characters"? > > What happens when you declare the var as ${var:minlength} as in the docs? > > Dave > > On Mon, Jun 27, 2011 at 8:17 AM, Maithily > wrote: > > Thanks for the reply Dave.

Re: Struts 1.2.4 validator framework.

2011-06-27 Thread Maithily
Thanks for the reply Dave. The default error message configured as follows errors.minlength={0} can not be less than {1} characters. Regards, Maithily On Mon, Jun 27, 2011 at 4:30 PM, Dave Newton wrote: > {1} like the default message. > > Dave > On Jun 27, 2011 3:14 AM, "

Struts 1.2.4 validator framework.

2011-06-27 Thread Maithily
.minlength} characters. I have searched through the mailing list archives but could not find a solution. Pl. advise what could go wrong. Thanks and Regards, Maithily.