Re: Handling select tags with multiple = true

2006-09-11 Thread nirav bumia
eld in my Form-Bean. This form bean will be an array of Strings or ints. So this is the field in my form Bean: int prerequisiteCourseId[] = new int[x]; But my problem is how do I get the value of 'x' above before-hand. Do a guesswork or what ? Chetan -Original Message----- F

Re: Handling select tags with multiple = true

2006-09-10 Thread nirav bumia
pecify the array Length in the ActionForm. -Original Message- From: nirav bumia [mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2006 12:34 PM To: Struts Users Mailing List Subject: Re: Handling select tags with multiple = true It is an Array of Strings. On 9/11/06, Chetan Pandey &

Re: Handling select tags with multiple = true

2006-09-10 Thread nirav bumia
It is an Array of Strings. On 9/11/06, Chetan Pandey <[EMAIL PROTECTED]> wrote: Hi All: I have the following: My question is what all property= "prerequisiteVO.prerequisiteCourseId" can be. An array of Strings, an array of ints or an array of Integers. How about a Vector.

Re: Setting a Variable in Javascript Functions parameter

2006-09-07 Thread nirav bumia
Just pass the variable jsMessage(remove the quotes) i.e. confirmationMessage(jsMessage)"> and use this variable in javascript. On 9/7/06, Chetan Pandey <[EMAIL PROTECTED]> wrote: Hi All: I want to pass a Variable to my Javascript Function in the following manner Where jsmessage=