HttpServletRequest and PortletRequest  

Posted by Kishore in

We spent a long time in the confusion between HttpServletRequest and PortletRequest.


We get values from HttpServletRequest in backend. When we set it, we set it in the same request's session. But when we were trying to get it from front end session variable we could not find that variabls

Finally we found a solution. Its,
Set in HttpServletRequest session and obtain in fronend from PortletRequest session.

I will analyse this scenario and come up with more conclusions on this, once my works got over.
Very hectic here.

This entry was posted on Jun 16, 2008 at Monday, June 16, 2008 and is filed under . You can follow any responses to this entry through the comments feed .

0 comments

Post a Comment