| Author |
how to get values from table in jsp
|
payal Jain
Ranch Hand
Joined: Dec 20, 2007
Posts: 50
|
|
Hi, I have a table in jsp with dynamically generated rows and coloumns.My first column is of check boxes,second is of some data,third of data and so on.Now when I select check boxes either 1 or more than 1 I need to get those values of that rows, from table in my jsp.So please help me in getting these values. Thanks in advance..
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
|
Table elements are not form elements. If you want the data submitted, you'll need to make the values into form elements. You can use hidden element if you don't want them to be visible.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
payal Jain
Ranch Hand
Joined: Dec 20, 2007
Posts: 50
|
|
I am new to it,so can you plaese help me with a piece of code for getting the values of table in jsp.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
That's not how JavaRanch works. You write the code with our help. What's preventing you from even getting started?
|
 |
 |
|
|
subject: how to get values from table in jsp
|
|
|