gigaZhang / struts2-jquery

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

Cannot add new row with Add option navigator bar. #1018

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. Click Add icon on navigator bar of grid.
2. Fill all fields.
3. Click submit button.

What is the expected output? What do you see instead?
Expected: Save successfully and reload grid
See instead: error Status: 'Not Found'. Error code: 404
Which struts2 version?
2.3.8

Which struts2-jquery plugin version?

Please provide any additional information below.

Original issue reported on code.google.com by hmtr...@gmail.com on 1 Aug 2013 at 2:54

Attachments:

GoogleCodeExporter commented 9 years ago
Which struts2-jquery plugin version?
I use struts2 jquery 3.6.0

Original comment by hmtr...@gmail.com on 1 Aug 2013 at 2:55

GoogleCodeExporter commented 9 years ago
I have a working Grid in one of my apps. Maybe it is a problem with your add 
action?
Is the record successfully stored in your database?

Original comment by johgep on 5 Aug 2013 at 8:02

GoogleCodeExporter commented 9 years ago
Sorry johgep,
I found error.
Root cause: in my grid, I have a column mark as key, this field has data type 
is Date not String.
Solution: Change data type from Date to String.
Pls close this issue.
Thanks.

Original comment by hmtr...@gmail.com on 7 Aug 2013 at 1:21