Stripes 1.5.3 jQuery Form Plugin to submit the form
Figured out the first question. Can't return json back to an iframe (which is what was making the response blank). I suppose I should read the jquery Form plugin documentation a bit closer :p Still having issues with the multiple file upload, but I suppose this could be another js issue. I'll keep you posted. Karl On Fri, May 14, 2010 at 3:03 PM, Aaron Porter <[email protected]> wrote: > Karl, > Can you give some details on your setup? Stripes version, upload library, > etc. > > I've never any problem like what you're describing. > > Aaron > > > On 05/14/2010 01:01 PM, Karl Kirch wrote: > > On a side note, I can't get the multiple file upload example to work > either. The list of FileBeans is always null. > > On Fri, May 14, 2010 at 1:26 PM, Karl Kirch <[email protected]>wrote: > >> Also, if I remove the file upload field from the form it works (I get a >> filled response). But even if I don't add a file to the upload field it >> fails >> >> Karl >> >> >> On Fri, May 14, 2010 at 1:03 PM, Karl Kirch >> <[email protected]>wrote: >> >>> I'm having issues with file uploads. I've followed the example at >>> http://www.stripesframework.org/display/stripes/File+Uploads but I >>> keep running into weird issues. >>> >>> The main issue that I'm having right now is that I get the file in the >>> action bean, but once I forward my resolution back, I get an empty >>> response back at the browser. I've stepped through the code into the >>> jsp files that I have and all of the data is there in the jsp. Theres >>> no error thrown and it returns a 200 OK response code. Yet theres >>> still no html/data coming back from the response. >>> >>> Any ideas? >>> >> >> > > ------------------------------------------------------------------------------ > > > > > _______________________________________________ > Stripes-users mailing > [email protected]https://lists.sourceforge.net/lists/listinfo/stripes-users > > > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users > >
------------------------------------------------------------------------------
_______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
