Struts Strutsfileupload,
January 24, 2008 at 3:51 AM
"mthahir - I am getting an error javax.servlet.jsp.JspException: Cannot retrieve mapping for action /FileUpload"
I believe the reason you are getting the error is that you have no form set when linking directly to the jsp which causes the error since it is looking for some form input. Instead of having your index.jsp link, link directly to a jsp, have it go thru an action forward to /FileUpload.do.
This should also solve the issues with the NULL Pointer Exceptions.