hi,
well, i can't give a sample code at this point of time.. i can give a
overview of ur requirement..
1. create a javabean(with id of the row,col1,col2 col3.....) . with
all setter and getter methods... - ( JBean)
2. populate each row with each JBean.
3. store this each bean in an collection object and set this to the
request object or action form or ...
4. now in ur jsp page u have iterate thro' this collection object and
populate ur table with the values
5. make the id of the row to be the value of the checkbox
6. so when the use checks the box to be deleted , u can capture that
and try to delete them
hope this helps u
--nagi
-------Original Message-------
Date: Monday, July 14,
2003 12:26:07 PM
Subject: table
dispaly
Hi,
I have a table like screen :
Column A
Column B Column C ... (Check Box) (lable) (lable)
The only
editable field is checkbox that is used for deleting rows in the
table.One can imagine typical mail inteface(yahoo/hotmail) How I can
achieve this?I'm confused about displaying as well as capturing output
for delete action.
Can anyone send me sample code for this type of
page including form bean..or any guideline! I think this type of
situation is common..please help Urgent help
required. -AB
___________________________________________________ Click
below to experience Sooraj R Barjatya's latest offering 'Main Prem Ki
Diwani Hoon' starring Hrithik, Abhishek & Kareena http://www.mpkdh.com
--------------------------------------------------------------------- To
unsubscribe, e-mail: [EMAIL PROTECTED] For
additional commands, e-mail: [EMAIL PROTECTED]
. |