| Author |
How to access data?
|
Ram kanana
Ranch Hand
Joined: Apr 13, 2006
Posts: 34
|
|
|
In jsp page i have data with type vector. I just want to send this data to another page. Can anyone have idea pls tell?
|
 |
Pavel Kubal
Ranch Hand
Joined: Mar 13, 2004
Posts: 356
|
|
void request.setAttribute(String name, Object value) Object request.getAttribute(String name)
|
 |
 |
|
|
subject: How to access data?
|
|
|