aspose file tools
The moose likes JSP and the fly likes javax.servlet.http.HttpSession to javax.servlet.jsp.PageContext Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "javax.servlet.http.HttpSession to javax.servlet.jsp.PageContext" Watch "javax.servlet.http.HttpSession to javax.servlet.jsp.PageContext" New topic
Author

javax.servlet.http.HttpSession to javax.servlet.jsp.PageContext

Yuva Kumar
Greenhorn

Joined: Jul 18, 2008
Posts: 12
Hi All

I need some help in converting a HttpSession object to javax.servlet.jsp.PageContext. Would appreciate if someone could please give some suggestions/examples..

Thanks and Regards,

Yuva
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
Nothing to do with HTML/JavaScript

moving to JSP

Eric
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

Do you mean you're trying to put an object in the session into the page context? Why do you need to do that?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

Yuva Kumar wrote:I need some help in converting a HttpSession object to javax.servlet.jsp.PageContext.

That's like saying you want to convert an apricot into a stapler. They aren't related to each other in any way in the class hierarchy, so no "conversion" is possible. Or did you mean something else?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: javax.servlet.http.HttpSession to javax.servlet.jsp.PageContext
 
Similar Threads
how to get pagecontext in servlet?
JSP page not displayed - javax.servlet.jsp.PageContext could not be resolved
Accessing object with request scope in a custom tag handler
jsp error
help! Where shall i put tld files in jboss