RE: Resend : Multiple Struts-config files, multiple properties and validator

2005-07-07 Thread Venkat Reddy Valluri
Use latest validator-rules.xml and use latest tld's use bundle this way -Original Message- From: Sagar Naik [mailto:[EMAIL PROTECTED] Sent: Thu 7/7/2005 1:58 PM To: user@struts.apache.org Cc: Subject:Resend : Multiple

[ERROR] ValidatorForm - -No such validation methodcté

2005-06-15 Thread Venkat Reddy Valluri
Hi I am using struts-1.2.4 and latest commons-validator to make use of the feature of multiple valiadtions files support Here I am getting the error like below.Can some one plEase help me solve this [ERROR] ValidatorForm - -No such validation method: null org.apache.commons.validator.Va

RE: Can struts-1.1 support multiple configurations and multiple resources

2005-06-14 Thread Venkat Reddy Valluri
ice to set null to false in all ressurce bundles, so you can see if anything is wrong. -Manfred Venkat Reddy Valluri wrote: >Hi Manfred, > I have given null="false" for my main module struts config file and still > the error message is not displayed > > ins

RE: Can struts-1.1 support multiple configurations and multiple resources

2005-06-13 Thread Venkat Reddy Valluri
Because it is no maven project it comes with a lot of libraries. 1st Struts config: (struts-config.xml) 2nd Struts config with Module (struts-modul-confix.xml) It is a struts 1.2 application but the module support is fine in 1.1 -Manfred Venkat Reddy Valluri wrote: >Hi Manfred, >

RE: Can struts-1.1 support multiple configurations and multiple resources

2005-06-13 Thread Venkat Reddy Valluri
module support. http://struts.apache.org/userGuide/configuration.html#dd_config_modules Manfred Venkat Reddy Valluri wrote: >Hi > > Can struts-1.1 support multiple configurations and multiple resources. Can > some body please throw some light

RE: Can struts-1.1 support multiple configurations and multiple resources

2005-06-13 Thread Venkat Reddy Valluri
module support. http://struts.apache.org/userGuide/configuration.html#dd_config_modules Manfred Venkat Reddy Valluri wrote: >Hi > > Can struts-1.1 support multiple configurations and multiple resources. Can > some body please throw some light

Can struts-1.1 support multiple configurations and multiple resources

2005-06-13 Thread Venkat Reddy Valluri
Hi Can struts-1.1 support multiple configurations and multiple resources. Can some body please throw some light on this. I need it very urgent Thanks in advance --Venkat - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Any option to pass bundle attribute to ActionError class

2005-06-10 Thread Venkat Reddy Valluri
Hi, I would like to use alternate resources file for errors Any option available to pass bundle attribute to ActionError class or ActionMessage object Thks&Rgds --Venkat - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Does struts1.1 support multiple validation files and multiple resources

2005-06-10 Thread Venkat Reddy Valluri
Hi, Does struts1.1 support multiple validation files and multiple resources Thks&Rgds --Venkat - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to validate

2005-06-01 Thread Venkat Reddy Valluri
Hi I would like to validate roles in in validation.xml i have given like this But I am not getting any error message when I submitted the page without selecting any role from list box PS: I am using struts1.1 Can some body throw some light on t

multiple struts configuration files and application resources

2005-05-27 Thread Venkat Reddy Valluri
Hi I created main module and user module separately and used separate strus configurations for main module and user module Here I have included main module application resources in main struts-confiration file and user module appliaction resources in user struts configuration file