79487290

Date: 2025-03-05 17:54:41
Score: 1
Natty:
Report link

I got this error while using the JSON plugin.
In my Struts action, I had parameters which were set up as Integers with corresponding getters and setters. My web application was using jquery post() to send the parameters as JSON which my Action class would then receive, however it kept resulting in this error. The solution for me was to change the member variables (and their corresponding getters and setters) from Integers to Strings.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: iosparkletree