RE: Index of an arrayList in a options tag

2001-08-24 Thread Aparna Tula
With minimal changes, the best way is to do something like this: where indexList is an array of your index values. The other way is to create say a collection(say, allOptions) of "OptionLabelValue" beans. Each of this bean holds one 'option'(label-value pair). then in

RE: Cannot find ActionMappings Error - second time I am posting -

2001-08-22 Thread Aparna Tula
RE: Cannot find ActionMappings Error - second time I am posting - My struts-config looks like : http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd";> >From: "Aparna Tula" &

RE: Cannot find ActionMappings Error - second time I am posting -

2001-08-22 Thread Aparna Tula
I came across that error this morning(Cannot find ActionMappings or ActionFormBeans collection). My mistake was that my stuts-config.xml file had a syntax error for ex: (forgot the closing /) I changed the forward tag to And it worked! If not exactly that, chec

RE: Help with logic:iterate

2001-08-22 Thread Aparna Tula
If you use the tag, it should be pretty simple. Since you already have a collection of "songs" with each "song" having properties for the label and value, you should be able to use this. <% Collection songs = SongCache.getInstance().fetchAll(); %> - Aparna -Original Message- From

onclick event on and

2001-08-01 Thread Aparna Tula
I am relatively new to struts, so please do forgive me if this is a silly question. Here is my problem. Doesn't work: But this works: the onclick on works fine, but the onclick on doesn't Any ideas? Thanks Aparna

RE: Form declaration inside logic:equal tags

2001-07-25 Thread Aparna Tula
I think you need to close the inner tag before you close the outer one. So, you will have to close the tag before you close your - Aparna -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 5:26 PM To: [EMAIL PROTECTED] Subject: Re: F