Proble in Iterating over a form bean property

2003-06-25 Thread O_Parthasarathy Kesavaraj
Hai In formbean i am having an arraylist that contains a value object having id and name.I am loading that in my jsp.The code goed like this. Here userAdmins is the ArrayList containing an instance of my value object VO.vo has setId and setName and corresponding getters.I a

Problem in Iterating over a form bean property

2003-06-25 Thread O_Parthasarathy Kesavaraj
a:565) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav a:619) at java.lang.Thread.run(Thread.java:536) Please Help. Regards Partha > -- > From: O_Parthasarathy Kesavaraj > Reply To: Struts Users Mailing List > Sent: W

Problem with html:multibox

2003-06-26 Thread O_Parthasarathy Kesavaraj
I am having a value object inside an arraylist.The array list i have declared as a property in my form bean.The value object contains id and name.The arraylist gets populated from my action class and i'm displaying like this.

RE: Problem with html:multibox

2003-06-26 Thread O_Parthasarathy Kesavaraj
y and make id of iterate = property. > > may work... > > sandeep > --- O_Parthasarathy Kesavaraj > <[EMAIL PROTECTED]> wrote: > > I am having a value object inside an arraylist.The > > array list i have > > declared as a property in my form bean.The value > &

form.submit problem

2003-07-02 Thread O_Parthasarathy Kesavaraj
Hai I am using struts to display the values fetched from the database.When the user gives input values and clicks submit button(not html:button it is

RE: form.submit problem

2003-07-03 Thread O_Parthasarathy Kesavaraj
Mailing List > Sent: Thursday, July 03, 2003 1:44 PM > To: [EMAIL PROTECTED] > Subject: Re: form.submit problem > > Javascript works on client side, So, it does not matter do you use > html:button or as Open source for page and check that the form has 'formN

Urgent!!!Sorting Problem while loading from HashMap

2003-07-07 Thread O_Parthasarathy Kesavaraj
Hi I am loading a html:select box with property as the key in the HashMap( ID corresponding to the value which is displayed) and labelproperty as the value.When i am fetching from the database i am sorting by the value and then only loading in the HashMap.But when i see the select box the val

RE: Urgent!!!Sorting Problem while loading from HashMap

2003-07-07 Thread O_Parthasarathy Kesavaraj
ta.apache.org/commons/collections/api/org/apache/commons/colle > ctions/SequencedHashMap.html > > -Original Message- > From: O_Parthasarathy Kesavaraj [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 8 July 2003 13:17 > To: 'Struts Users Mailing List' > Subject: Urgent!!!Sorting P

RE: is war file essential

2003-07-07 Thread O_Parthasarathy Kesavaraj
Also check the case of WEB-INF also..Note that in WEB-INF all CAPS > -- > From: > [EMAIL PROTECTED]:[EMAIL PROTECTED] > Reply To: Struts Users Mailing List > Sent: Tuesday, July 08, 2003 11:06 AM > To: Struts Users Mailing List > Subject: Re: is war file essential > >

RE: table dispaly

2003-07-14 Thread O_Parthasarathy Kesavaraj
U can use this sample code receivedMails is an ArrayList set in request selectedMails is a S

Validator Problen

2003-06-10 Thread O_Parthasarathy Kesavaraj
Hai I am new to struts.I have created one appplication similar to the one struts-example.ear. when javascript validation tags are added it show one script error -->object requiredand then the form submits. ActionForm validation works fine.I have called validation fn similar to that one in example.

RE: Validator Problen

2003-06-10 Thread O_Parthasarathy Kesavaraj
Thanks david.But i also done that. > -- > From: David Graham[SMTP:[EMAIL PROTECTED] > Reply To: Struts Users Mailing List > Sent: Wednesday, June 11, 2003 10:31 AM > To: [EMAIL PROTECTED] > Subject: Re: Validator Problen > > You also need to subclass ValidatorFo

RE: Validator Problen

2003-06-11 Thread O_Parthasarathy Kesavaraj
'Struts Users Mailing List' > Subject: RE: Validator Problen > > Hello kesavaraj, > > Check if u have added following line right after > in your jsp page > > staticJavascript="true"/> > > -Hari > > -Original Message- >

RE: html:error and tag

2003-06-11 Thread O_Parthasarathy Kesavaraj
Add the tag in your message resources after your error messages. eg:error.user=username required > -- > From: Anurag Garg[SMTP:[EMAIL PROTECTED] > Reply To: Struts Users Mailing List > Sent: Wednesday, June 11, 2003 2:24 PM > To: Struts Users Mailing List > Subject:

RE: Error Message: Invalid indexed property

2003-06-11 Thread O_Parthasarathy Kesavaraj
try like this <% String fname="firstName["+j+"]";%> > i didnt check it.pardon me if it doesn't work Partha > -- > From: Sashi Ravipati[SMTP:[EMAIL PROTECTED] > Reply To: Struts Users Mailing List > Sent: Wednesday, June 11, 2003 5:48 PM > To: [EMAIL PROTECTED] > Sub

logic:iterate using HashMap

2003-06-24 Thread O_Parthasarathy Kesavaraj
How to iterate thro HashMap using logic:iterate? Regards Partha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: logic:iterate using HashMap

2003-06-24 Thread O_Parthasarathy Kesavaraj
> -- > From: Gemes Tibor[SMTP:[EMAIL PROTECTED] > Reply To: Struts Users Mailing List > Sent: Tuesday, June 24, 2003 7:46 PM > To: Struts Users Mailing List > Subject: Re: logic:iterate using HashMap > > O_Parthasarathy Kesavaraj írta:

RE: logic:iterate using HashMap

2003-06-24 Thread O_Parthasarathy Kesavaraj
id and values like this >name="companies" /> > >collection="company" property="key" labelProperty="value"/> >

problem in logic:iterate using HashMap

2003-06-25 Thread O_Parthasarathy Kesavaraj
To: Struts Users Mailing List > Sent: Tuesday, June 24, 2003 8:28 PM > To: Struts Users Mailing List > Subject: RE: logic:iterate using HashMap > > On Tue, 2003-06-24 at 10:46, O_Parthasarathy Kesavaraj wrote: > > > > O_Parthasarathy Kesavaraj írt