On 10/30/2017 7:06 PM, Ej Magdaluyo wrote: > viewMyRequest.jsp: > > ViewReqDetailsVO ViewReqDetails = > (ViewReqDetailsVO)request.getAttribute("ViewReqDetails"); > java.util.List classficationList = ViewReqDetails.getClassficationList(); > > A null value is being returned here, which is most likely why we get 403 > forbidden also.
How do you get `request` itself in this jsp? maybe it is null or is not that request you get in your action! How do you get `request` itself in that action?