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 {
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
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
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
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
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
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
7 matches
Mail list logo