Render Saved Action Parameters

2009-05-16 Thread Yellek
I have an interceptor that is saving the state of certain action calls for the purpose of rendering breadcrumbs in the UI. The interceptor is successfully saving a map of parameters from the invocation context and storing them in the user's session. What I can't figure out is how to render a URL t

Re: File upload (jupload)--how to disable struts2' fileupload interceptor?

2009-05-16 Thread jesse crossley
i have a similar problem, in that i need to disable the struts2 file interceptor as well. i have a pre-existing webapp that already does FileUpload from html to servlets, but now that i've introduced struts2 into my application, file uploads and, in fact, any form set to use the multipart mime

Re: File upload (jupload)--how to disable struts2' fileupload interceptor?

2009-05-16 Thread Andy Sykes
I can't see anywhere in the documentation (I've only had a quick skim of it) that says not mapping the Struts dispatcher to /* can be dangerous.. the only example I can see is if you're using Struts interceptors/actions for webapp security - in which case hitting a servlet directly might me