• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Request Attribute problem in WSAD5..

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am getting a problem in WSAD5.The error i was getting was unable to compile the JSP for the line having 'Request.getAttribute("attribute")'.
'Class org.apache.jsp.HttpServletRequest not found in void _jspService(org.apache.jsp.HttpServletRequest, org.apache.jsp.HttpServletResponse).
reviewModel = (DataModel)request.getAttribute("review");'
This jsp comes from a servlet using servlet dispacher where i set in the request attribute.This same application was working fine in WSAD4 and appeared when i migrated this application to WSAD5. So i think its something specific to WSAD5.Pls give a helping hand.Thanx in advance.
Rajesh G
 
reply
    Bookmark Topic Watch Topic
  • New Topic