Hey Uma,
Kindly attach your logs when you face any exceptions. That'll really help in debugging.


regards,
Sunny.

uma.k wrote:

Hi,
The solution is perfect. I forgot initialization. Now I dont get any error
but nothing is displayed when the error is actually to be thrown. I get
blank page and it doesn't go the actual page and show the error. Here is my
struts-config.xml

   <action
                path="/upload-submit"
                type="upload.UploadAction"
                name="uploadForm"
                scope="request"
                validate="true"
                input="/upload/upload.jsp">
     <forward name="failure" path="/upload/upload.jsp" />
     <forward name="display" path="/upload/display.jsp" />
   </action>

Any ideas?

Uma


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to