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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:32:34+00:00 2026-06-03T13:32:34+00:00

I am using Servlet as controller and jquery to send request to server. Following

  • 0

I am using Servlet as controller and jquery to send request to server. Following is my jquery request

$.post("login", {userName:$userName, password:$password}, function(data, textStatus) {
alert(textStatus);
});

And in server side i have written following code

response.setContentType("text/plain");
            PrintWriter out = response.getWriter();
            out.println("" + strError + "");
            out.flush();
            out.close();

I want to set error message and error error status code in servlet and read the same status code in jquery. How can I achieve the same?

  • 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-03T13:32:36+00:00Added an answer on June 3, 2026 at 1:32 pm

    You can return a json encoded string from the server. How do you return a JSON object from a Java Servlet

    For example if you sent the following json encoded string back.
    {‘error’: ‘This is some error message’ }

    Then on the client side you would do the following

    $.post("login", {userName:$userName, password:$password}, function(data, textStatus) {
        alert(data.error); // your error message will show up here in the data object 
     },'json');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using below code to send data to servlet HttpConnection c = (HttpConnection)Connector.open(http://localhost:8585/resposweb/resposweb?action=create_order;deviceside=true);
Actually I am trying to send data from jQuery to Spring controller and in
I am using servlet there is two method redirect and forward both are send
How can I upload files to server using JSP/Servlet? I tried this: <form action="upload"
I have a main Servlet that processes post/get requests. I am using connection pooling
I have a problem for mapping my servlet with my Java Server Page, using
When loading a page, I have the following in my controller: request.setAttribute(myAtt, Testing); I
I am writing an excel report using an action,controller, servlet struts framework. The report
I am using spring frameworking following is the mapping of url to controller <bean
i want to send json to server using Spring 3.x, i use annotation @RequestBody,

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.