Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6156065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T20:32:46+00:00 2026-05-23T20:32:46+00:00

I have an object of type element and this has an attribute of type

  • 0

I have an object of type element and this has an attribute of type theme. when I create a new element is represented by a theme select in the view, and the primary key is the value of the items in the select, when I send with json, spring try to create an object element and the next error is show

/element: org.codehaus.jackson.map.JsonMappingException: Can not construct instance of com.example.Theme, problem: no suitable creator method found
at [Source: org.mortbay.jetty.HttpParser$Input@dd0099; line: 1, column: 31]

this is my code in spring MVC

public class Element {

private String name;

private String type;

private Theme theme;

private String description;

     // Get - Set
}

Theme Class

public class Theme {

private String name;

private String description;

    // Get - Set
 }

Method in the controller

@RequestMapping(method=RequestMethod.POST)
public @ResponseBody String create(@RequestBody Element element){
    elementManager.saveElement(element);
    return "exito";
}

and the javascript is this

$("#element").submit(function() {
    var element = $(this).serializeObject();
    $.postJSON("element", element, function(data) {
    });
return false;   
});

i hope someone can help me.

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T20:32:47+00:00Added an answer on May 23, 2026 at 8:32 pm

    Based on your comment containing the JSON you send the server, I would say the issue is the JSON itself.

    Your server is expecting a value along the lines of this:

    {"name":"rooms","type":"Doc","theme":{"name":"themeName", "description":"themeDescription"},"descrip‌​tion":"They are realy big"}
    

    You should fetch the object theme from where it is stored, and create the proper JSON. If the Theme is looked up at the client, you will need to change the Element to have a String theme attribute, and do the lookup on the client.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have $number[0] which is a object(SimpleXMLElement) type. It has just one element. The
I have 2 collections of objects. the objects have an object-type 'key' property (I
I have an object in a page that has neither data nor type so
I have an object type with no-args constructor, but when I specify it as
If you know an object type, and you have the object's handle (hwnd), is
I have an object of type IMAGE which holds image. I wanted to display
I have an object of type FSharpOption, but I don't know it's depth. It
I have an object of type list from which I wish to use to
I have an object of type Hash that I want to loop over via
I have an object of type X509Certificate2 and want to display it to the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.