This is a migrated thread and some comments may be shown as answers.

POST request to the server to update the table

3 Answers 61 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
Алексей
Top achievements
Rank 1
Алексей asked on 04 Jul 2014, 02:01 PM
Hi all!

I have some trouble with kendo ui for jsp. Folloved this tutorial from the first part.
Ok, I have a table and data in it. When I try to update some row click button update and have Exception.
I checked in browser what data it send's (Form Data) and found next. But in the example I found enother result. What am I doing wrong? 
{"id":1,"FIO":"IVAN IVANOV IVANOVICH","category":"surgeon","numPatients":1}

3 Answers, 1 is accepted

Sort by
0
Алексей
Top achievements
Rank 1
answered on 04 Jul 2014, 02:03 PM
P.S. Form Data from the example in the attached file
0
Petur Subev
Telerik team
answered on 08 Jul 2014, 01:20 PM
Hello Алексей,

It is not getting clear what exactly is going wrong on the server side, could you please at least share with us what exactly the exception message is?

Kind Regards,
Petur Subev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Алексей
Top achievements
Rank 1
answered on 12 Jul 2014, 12:07 PM
Fixed.

The problem was very simple.
I didn't add library javax.servlet.jsp.jstl-1.2.1.jar
so request coudnt't be parsed.

Thank you for your attention.

Sencirely Alex
Tags
Data Source
Asked by
Алексей
Top achievements
Rank 1
Answers by
Алексей
Top achievements
Rank 1
Petur Subev
Telerik team
Share this question
or