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