fileUpload vs custom servlet

2008-07-10 Thread webdev2

I upgraded my app to Struts2, which provides file uploading.   Now my custom
servlet for uploading an attachment no longer receives the request.   Is
there a configurable option for restoring the old functionality of having
the custom servlet upload the attachment?   Thanks.

FYI - 1) Initially an exception was thrown as a result of
FilterDispatcher.doFilter handing off multipart handling.   This was due to
a jar mismatch.  So, I got the correct versions of the commons-io.jar and
commons-fileupload.jar, and the exception is gone.  But my servlet never
receives the request. 2) I have a custom interceptor stack containing
defaultStack.   That means the fileUpload interceptor is available.
-- 
View this message in context: 
http://www.nabble.com/fileUpload-vs-custom-servlet-tp18395960p18395960.html
Sent from the Struts - User mailing list archive at Nabble.com.


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



how to access new javascript struts2 templates/xhtml/validation.js

2008-07-06 Thread webdev2

Validation.js is available in the struts core jar file.   There was a fix in
Aug 2007 that I would like to have working.   I have the download, and I
think I have found the patch too.  Now how do I apply the update so that my
project uses the fix, and not the file currently in the core jar?   Thanks.
-- 
View this message in context: 
http://www.nabble.com/how-to-access-new-javascript-struts2-templates-xhtml-validation.js-tp18310213p18310213.html
Sent from the Struts - User mailing list archive at Nabble.com.


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