Re: Doubt with using check box

2009-06-22 Thread Luis Ureña
Hi Vishnu To do that, I use javaScript as follow: First you must have an submit button with an event to fire that submit, like this: Update Second, you must write a javascript function that process the submit, like this: function submitThis() var sectionSelected = 0; try {

Re: Doubt with using check box

2009-06-22 Thread Paweł Wielgus
ishnu > > > > -Original Message- > From: Paweł Wielgus [mailto:poulw...@gmail.com] > Sent: 20 June 2009 10:40 > To: Struts Users Mailing List > Subject: Re: Doubt with using check box > > Hi Vishnu, > on the html page you will have a list of checkboxes

Re: Doubt with using check box

2009-06-20 Thread Girish Naik
iginal Message- > From: Vishnu Vyasan Nelliparmbil [mailto:vis...@mun.gov.bh] > Sent: 20 June 2009 13:21 > To: Struts Users Mailing List > Subject: RE: Doubt with using check box > > > > Pawel , can you expalin with a example. I am totally new to struts. > &g

RE: Doubt with using check box

2009-06-20 Thread Vishnu Vyasan Nelliparmbil
Can anybody help me on this issue? -Original Message- From: Vishnu Vyasan Nelliparmbil [mailto:vis...@mun.gov.bh] Sent: 20 June 2009 13:21 To: Struts Users Mailing List Subject: RE: Doubt with using check box Pawel , can you expalin with a example. I am totally new to struts. I

RE: Doubt with using check box

2009-06-20 Thread Vishnu Vyasan Nelliparmbil
Re: Doubt with using check box Hi Vishnu, on the html page you will have a list of checkboxes with the same name "selectedEmployees" and a value of an employee identificator. In the action create settet setSelectedEmloyees(String[] selectedEmployees), then in execute You can access th

Re: Doubt with using check box

2009-06-20 Thread Paweł Wielgus
Hi Vishnu, on the html page you will have a list of checkboxes with the same name "selectedEmployees" and a value of an employee identificator. In the action create settet setSelectedEmloyees(String[] selectedEmployees), then in execute You can access this table of employee identificators. Just as

Doubt with using check box

2009-06-19 Thread Vishnu Vyasan Nelliparmbil
Hi Friends, I am new to web development and struts. I have a simple question. I am using tag to iterate through a list of Employees and display their details. The list contains the Employee objects. Now while displaying Employee details in a table, the row is ending with a check box , so that t