| Author |
getAttribute with Object Conversion
|
Buvana Ramkumar
Greenhorn
Joined: Apr 25, 2006
Posts: 5
|
|
|
Here i getting result use of Vector Class in Servlet and then i passed it into jsp page using setAttribute. when i received object using getAttribute method in JSP after that i had confused abt how can i convert it into Vector.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56549
|
|
|
Basic Java: perform a cast.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Buvana Ramkumar
Greenhorn
Joined: Apr 25, 2006
Posts: 5
|
|
|
Thank You Bear. I forget this one.
|
 |
 |
|
|
subject: getAttribute with Object Conversion
|
|
|