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 8957087
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T14:54:26+00:00 2026-06-15T14:54:26+00:00

I have another question related to the PUT and POST requests. So, here I

  • 0

I have another question related to the PUT and POST requests. So, here I have a form which has the fields like : “name” and “link”.

On submit of that form, I am not able to post that form to the server on doing this.model.save();

Also, how do I understand when will the model be invoking a POST and when will it invoke a PUT request? Since I dont have any “id” attribute from my api response so I dont have any id for my model too.

So how do I pass my form field value on click of the “Submit” button as a POST request?

Also, Is there a way I can invoke the request: For eg: If i hit on the “Update” button of my form, I will call a function from my model

updateModel:function(options){
this.update("update","/messages",[options])
}

or a get request can be read like this

getModel:function(options){
this.update("read","/messages",[options])
}
  • 1 1 Answer
  • 0 Views
  • 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-06-15T14:54:27+00:00Added an answer on June 15, 2026 at 2:54 pm

    The save method will determine whether to POST or PUT based on the return value of isNew(). This method generally just checks for an id being populated. You can override it to use some other indicator.

    You pass form field values on submit directly into your save method. Something like this:

    //In your view
    events : {"submit" : "onSubmit"},
    onSubmit : function(e) {
      e.preventDefault();
      this.model.save({name: this.$("#name").val()}, {
        success : function (newModel) { /* Do something here. */ }
      });
    }
    

    Another alternative is to use a library like Backbone.Modelbinder to handle the syncing between DOM and model for you.

    You shouldn’t need to define those new methods on your model. You should instead define a proper url method on the model or corresponding controller. Then you can just use the normal fetch and save methods to handle your get/updates.

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

Sidebar

Related Questions

I have asked another question related to this in this thread Where to put
Another question related to this one . I have a List<SortableObjects> that is the
This question is related to another question I asked Basically, I have 2 horizontally
There is another possibly related question on this but it didn't have answers and
This question is kind of related to another question but I have a specific
i have another question on getting my XML serialization neat, which i can't seem
I have another Richfaces question which may seem rather weird. I am developing a
I have another JSON array related question. How would I access the data stored
Another networking question this time related to an Async Socket Client which is based
I have another question :(. I'm trying to download multiple files for my application.

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.