aspose file tools
The moose likes Servlets and the fly likes getAttribute with Object Conversion Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "getAttribute with Object Conversion" Watch "getAttribute with Object Conversion" New topic
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
    
  14

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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: getAttribute with Object Conversion
 
Similar Threads
ClassCastException
Object to String array
Difference between getParameter and getAttribute
Instantiation Exception
best way to access the vector in jsp