Re: Select Multiples Check Box

2006-11-10 Thread Uday Karrothi
Here is an example of a Multi box that you can use. the property "selectedAssets" is a string array property of the form bean. In your action class you should get the list of "appvr_grp_id" 's that are selected. Hope that helps regards, Uday Karrothi

Re: Select Multiples Check Box

2006-11-10 Thread Uday Karrothi
I am with Christopher on this Daniel. You should appreciate the fact someone actually took time to answer your problem. I feel embarrassed if somebody actually said that to me, but not angry. I would put a better question next time. Keep the questions coming Daniel, give everybody a chance to le

[OT] Humility (was Re: Select Multiples Check Box)

2006-11-10 Thread Christopher Goldman
On Fri, 2006-11-10 at 07:21 -0600, Daniel Chacón Sánchez wrote: > Jajajajaajaja a coffee?, What you need is little of humility, I also had > helped people answering their questions, the difference is that I´m not a > prepotent person like you, this post was made by one partner because I was > in a

Re: Select Multiples Check Box

2006-11-10 Thread Daniel Chacón Sánchez
Jajajajaajaja a coffee?, What you need is little of humility, I also had helped people answering their questions, the difference is that I´m not a prepotent person like you, this post was made by one partner because I was in a hurry and can´t answer her in the moment, but thank you for your 2 minu

Re: Select Multiples Check Box

2006-11-09 Thread Christopher Goldman
On Thu, 2006-11-09 at 15:33 -0600, Daniel Chacón Sánchez wrote: > anyone?? > > 2006/11/9, Daniel Chacón Sánchez <[EMAIL PROTECTED]>: > > > > If someone explain how to do this with a multiple select and with > > checkboxs better for me :-) > > > > 2006/11/9, Daniel Chacón Sánchez <[EMAIL PROTECTED]

Re: Select Multiples Check Box

2006-11-09 Thread Daniel Chacón Sánchez
anyone?? 2006/11/9, Daniel Chacón Sánchez <[EMAIL PROTECTED]>: If someone explain how to do this with a multiple select and with checkboxs better for me :-) 2006/11/9, Daniel Chacón Sánchez <[EMAIL PROTECTED]>: > > hi all! > > I have a question, I'm using struts. > >

Re: Select Multiples Check Box

2006-11-09 Thread Daniel Chacón Sánchez
If someone explain how to do this with a multiple select and with checkboxs better for me :-) 2006/11/9, Daniel Chacón Sánchez <[EMAIL PROTECTED]>: hi all! I have a question, I'm using struts.

Select Multiples Check Box

2006-11-09 Thread Daniel Chacón Sánchez
hi all!   I have a question, I'm using struts.     I have an object of pacients, I show them on a JSP, then I need to select some of them (by checkbox) and then submit the form. In the action i need to know which patients where selected. The object of patients is