Re: Form fields not submitted in IE

2009-04-29 Thread Eric Zhao
If you don't have to use struts' ajax tags, my experience is there are much better options out there for ajax purposes. Plus their ajax tags have been deprecated. JQuery does Ajax very easily. I was able to get it working in a few hours after struggling with AJax tags for days. Try this demo

Re: struts2.1.6 dojo ajax tags conflict with fileupload interceptor?

2009-04-14 Thread Eric Zhao
.0.14/docs/dojo-head.html M. -Original Message----- From: Eric Zhao [mailto:z...@utsc.utoronto.ca] Sent: Monday, April 13, 2009 2:51 PM To: Struts Users Mailing List Subject: Re: struts2.1.6 dojo ajax tags conflict with fileupload interceptor? Thanks, Mike: Just google into this link myself a

Re: struts2.1.6 dojo ajax tags conflict with fileupload interceptor?

2009-04-13 Thread Eric Zhao
the line "*First-class AJAX support*" on the homepage and no warning in the migration guide from 2.0.x to 2.1.6. Security Management wrote: I think those tags are deprecated, so I'd be cautious of using them. Mike. -Original Message----- From: Eric Zhao [mailto:z...@utsc.uto

struts2.1.6 dojo ajax tags conflict with fileupload interceptor?

2009-04-13 Thread Eric Zhao
uploads.get(i), theFile); } } } catch (Exception e) { e.printStackTrace(); } } Does anyone have experience using dojo tags successfully with file upload interceptor? Or is there some better approach for ajax in struts2? Any suggestions and pointers

struts2.1.6 dojo ajax tags conflict with fileupload interceptor?

2009-04-13 Thread Eric Zhao
ile(uploads.get(i), theFile); } } } catch (Exception e) { e.printStackTrace(); } } Does anyone have experience using dojo tags successfully with file upload interceptor? Any suggestions and pointers are greatly appreciated! Have a good day! --