This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes How to access data? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "How to access data?" Watch "How to access data?" New topic
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)
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to access data?
 
Similar Threads
how to save data from vanishing during page navigation?
Struts question.
Passing table as parameter to next page(JSTL)
should get page break after each data level
How to export data in excel