Re: Why does struts assign indexedValues from 2nd index.......please help

2008-05-06 Thread venkat reddy
ase help On Wed, May 7, 2008 at 1:30 AM, venkat reddy <[EMAIL PROTECTED]> wrote: > I wanted to find a way to handle dynamic number of arguments for my > poll-posting form which should be able to handle dynamic number of choice > fields. > > So i maintained a list (pollChoice

Why does struts assign indexedValues from 2nd index.......please help

2008-05-06 Thread venkat reddy
I wanted to find a way to handle dynamic number of arguments for my poll-posting form which should be able to handle dynamic number of choice fields. So i maintained a list (pollChoices --> java.util.List type) for maintaining dynamic number of choice fields. ==

How to stop ArrayIndexOutOfBoundsException from being thrown when using DynaActionForm

2008-05-05 Thread venkat reddy
I'm using struts 1.2.7 struts-config.xml === When the number of choices in the jsp page exceed the size it's throwing ArrayIndexOutOfBoundsException. Please explain in detail how to stop it from being thrown.

Re: How to get dynamic number of arguments into ActionForm

2008-05-05 Thread venkat reddy
Sent: Sunday, May 04, 2008 8:43 PM > Subject: Re: How to get dynamic number of arguments into ActionForm > > > > List type >> >> On Sun, May 4, 2008 at 7:51 PM, venkat reddy <[EMAIL PROTECTED]> >> wrote: >> >>> I'm using struts 1

Re: inheritance...

2008-05-04 Thread venkat reddy
Balaji, Trying using the baseForm (or some other identifier which currently has a BaseForm reference) as if it were a ChildForm's reference. Java's polymorphism mechanism takes care of everything. Post if any problem exists. On Tue, Apr 29, 2008 at 9:18 AM, balaji.m.cs <[EMAIL PROTECTED]> wrote:

How to get dynamic number of arguments into ActionForm

2008-05-04 Thread venkat reddy
I'm using struts 1.2.7 I've a poll-posting-form in adminstrator section of my application. format of the form is as follows. pollsubject: String lastDate:String choice1:String choice2:String . . . Add another option As you can see here, the number of choices are dynamic and i want to add a link

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