An exception occurred processing JSP page

Hi ,

Can anyone help me out from this problem....am getting this error while processing jsp page.

<code>

An exception occurred processing JSP page /jsp/ftpManager.jsp at line 112

109:

110: if (MultipartFormDataRequest.isMultipartFormData(request))

111:{

112: MultipartFormDataRequest mrequest = new MultipartFormDataRequest(request);

113: todo = mrequest.getParameter("todo");

114: if (todo.equals("upload")){

115: //String fileName = request.getParameter("uploadfile")==null?"":request.getParameter("uploadfile");

</code>

[608 byte] By [sayalia] at [2007-11-27 7:47:16]
# 1
are you trying to ask the user to upload a file ?
lrngjavaa at 2007-7-12 19:28:20 > top of Java-index,Java Essentials,New To Java...
# 2
yaa,but tht code is working properly ealier ,I have made changes in other jsp page from where this upload.jsp page is called n i havn't made any changes in this upload.jsp page still am getting the mentioned error while uploading file
sayalia at 2007-7-12 19:28:20 > top of Java-index,Java Essentials,New To Java...
# 3
The only error I can think of is if you have defined mrequest already in the other page.Try posting more code....
Neoreborna at 2007-7-12 19:28:20 > top of Java-index,Java Essentials,New To Java...