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 field property=user_name depends=required arg key=userEdit.user_name.displayname bundle=user/ /field -Original Message- From: Sagar Naik

[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

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

2005-06-14 Thread Venkat Reddy Valluri
, that is not found. So it says: You have an error here. So you have an other mistake. It is good practice 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

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

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

2005-06-13 Thread Venkat Reddy Valluri
but the module support is fine in 1.1 -Manfred Venkat Reddy Valluri wrote: Hi Manfred, Thank you very much for responding immediately. I ended up multiple struts config files successfully. But the thing is when I tried to use separate resources for each struts config file using bundle parametre

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 ThksRgds --Venkat - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 ThksRgds --Venkat - To unsubscribe, e-mail: [EMAIL PROTECTED] For

How to validate html:select

2005-06-01 Thread Venkat Reddy Valluri
Hi I would like to validate roles in html:select property=roles multiple=truehtml:options collection=roleDomain property=value labelProperty=label//html:select in validation.xml i have given like this field property=roles depends=required

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