gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

sj:submit not working in firefox #972

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
(This is for feature requests and bugs in Struts2 jQuery Plugin - for
getting help, please use the User Group.
http://groups.google.com/group/struts2-jquery )

What steps will reproduce the problem?
1.sj:submit renders as a simple submit button for a form.
2.
3.

What is the expected output? What do you see instead?
using sj:submit the form should get submitted via an AJAX call, but it does it 
the old school way. The same code Work's fine in chrome!

Which struts2 version?
2.3.4.1

Which struts2-jquery plugin version?
3.5.1

Please provide any additional information below.
when traced in firebug, there is an entry in the console
" HierarchyRequestError: Node cannot be inserted at the specified point in the 
hierarchy "

Original issue reported on code.google.com by shrida...@gmail.com on 26 Apr 2013 at 6:05

GoogleCodeExporter commented 9 years ago
Just an update, may be the AJAX call works fine cause i noticed in the response 
i am getting the content i should be getting. Some other issue may be!

Original comment by shrida...@gmail.com on 26 Apr 2013 at 6:10