gigaZhang / struts2-jquery

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

struts2-jquery-showcase-3.7.0 Sample 'Select' or 'Text' Field doesn't work under Tomcat 7 #1078

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.Deploy struts2-jquery-showcase-3.7.0.war to Tomcat 7
2.Click on 'Form'->'AJAX Content / Resizable', Click on 'AJAX Submit' button

What is the expected output? What do you see instead?
Am expecting to see 'Echo: Test 1' in Result Div section when clicking 'AJAX 
Submit'. But I only see 'Echo: '

And in Tomcat Console output, I see this:
2014-02-13 16:14:12,156 INFO (com.jgeppert.struts2.jquery.showcase.Echo:48) - 
Echo : null

Which struts2 version?
Struts2.3.16

Which struts2-jquery plugin version?
Struts2-jquery-plugin-3.7.0

Please provide any additional information below.

Original issue reported on code.google.com by bilinlin...@gmail.com on 3 Feb 2014 at 9:16

GoogleCodeExporter commented 9 years ago
just tried again, it is not working in IE8. it works for FireFox 26.0 and IE 11.

Original comment by bilinlin...@gmail.com on 4 Feb 2014 at 2:39

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Form data is not submitting. Request body is empty for POST request and in GET 
request also form data is not appending in the request URL. In case of IE9+ 
form data is submitting properly. Do Struts2-jquery-plugin-3.7.0 supports IE7 
and IE8.

Original comment by gunjan.i...@gmail.com on 25 Mar 2014 at 5:46