Re: Image Upload and Dojo

2008-01-03 Thread jogep
With a 2.1.1 Snapshot the Image Upload works. But now i receive in the target div only the message [object HTMLDocument]. Does anybody know why i don't see my result? Best Regards Johannes Geppert Wes Wannemacher wrote: > > You can build it yourself pretty easily. If you have maven installed

Re: Image Upload and Dojo

2007-12-21 Thread Wes Wannemacher
You can build it yourself pretty easily. If you have maven installed (if you don't, you should), just pull trunk from svn - `svn co https://svn.apache.org/repos/asf/struts/current/ struts` then go into the struts2 directory `cd struts/struts2` and tell maven to build it `mvn -Pall` The -Pall

Re: Image Upload and Dojo

2007-12-21 Thread jogep
Does anyone know if this work with struts 2.1.1? Where can I get a complete build of the 2.1.1 distribution? Best Regards Johannes Geppert jogep wrote: > > Hi, > > i try to submit a multipart/form-data with dojo, but it > don't invoke any action. When I try it without dojo > it works fine. >

Re: Image Upload and Dojo

2007-12-17 Thread jogep
I found this Workaround: dojo.require("dojo.io.IframeIO"); function sendIt(){ var bindArgs = { transport: "IframeTransport", formNode: document.getElementById("myform"), mimetype: "text/html", load: function(type, data, evt){ document.getElementById("my