Hi,
 
Is there any alternative to HttpServletRequest request = (HttpServletRequest) objectModel.get(HttpEnvironment.HTTP_REQUEST_OBJECT); ? What type of object does objectModel.get(HttpEnvironment.HTTP_REQUEST_OBJECT) return? I'm having problems with this declaration and I think that servlet's HttpServletRequest and HttpServletRequest request = (HttpServletRequest) objectModel.get(HttpEnvironment.HTTP_REQUEST_OBJECT); aren't totally equivalent. Do you agree?
 
Thanks,
Oskar
 

Reply via email to