Hey all,
I'm stuck with this problem for hours and I can't find out where it's going wrong.
When I upload an image, the action doesn't give any information I asked for to the
jsp.
This is in the struts.xml:
This is the UploadImage.java:
And this is in the ImageAdded.jsp:
The action sends me to the ImageAdded.jsp, but the page only gives me this:
Product Image: Content Type: File Name: Uploaded Image:
The interceptor works, I can't add other files.
I hope somebody can help me.