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 8697279

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:29:11+00:00 2026-06-13T01:29:11+00:00

I have a Spring Mvc application and i want when the user clicks on

  • 0

I have a Spring Mvc application and i want when the user clicks on the submit button and is returned to the view that a jquery dialog be displayed like ‘Transaction was successful‘ or an error message if any in a dialog.

Presently when the form reaches the controller once processing is done if the transaction is successful or any errors i set model.addAttribute(‘ServerResponse’, ‘Transaction Was successful’) or model.addAttribute(‘ServerResponse’,e).

I would like to return ‘ServerResponse‘ into the dialog however i dont know what is the best event to attach the jquery to. I don’t want to create a web service since i am already using a post to the server and in the event javascript is turned off.

Can someone tell me whats the best way to show the dialog with the ServerResponse once the ServerResponse element has a value. Initially when the form is loaded ServerResponse should be empty.

Hope i was clear enough on what i am trying to achieve here.

Edited

This is what i am doing but the function is not executing when i return form the server its actually displaying at the point where the div was created.

<div id="dialog" title="Server Response">
            <p>
                <span class="ui-icon ui-icon-info" style="float: left; margin: 0 7px 50px 0;"></span>
                ${results}
            </p>

        </div>

 $(function() {

         var serverResponse = $('#serverResponse').val().length;

            alert(serverResponse);

         if(serverResponse != 0){

             alert(serverResponse);
             $("#dialog").dialog();              
         }

      });
  • 0 0 Answers
  • 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-13T01:29:12+00:00Added an answer on June 13, 2026 at 1:29 am

    Output the message from the model into a div using whatever template language you’re using in your view layer. Something like:

    <div id="serverResponse"><%= serverResponse %></div>
    

    Style accordingly and then in jquery (with jquery UI) on that page do:

    $(function() {
      $("#serverResponse").dialog();
    }
    

    And then do whatever styling you want. The plain div will display if there’s no javascript or will be pulled in to the dialog if there is. You could use a noscript and duplicated content to eliminate the momentary flash of content before its pulled into the dialog.

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

Sidebar

Related Questions

I have a Spring MVC application which uses FreeMarker as View technology (But maybe
I have a spring mvc application that I have broken up into separate maven
I have a Spring Web MVC application that I'd like to serve a large,
I have a localized spring mvc based web application, that has an externalized messages
I am using spring mvc in my application,when i created user i have to
I have a Spring MVC application and i have a Validation class that implements
I have an asp.net mvc application where i want the user to be able
I have an MVC spring application where the user logs on, this stores a
I have a spring mvc application that I am using Hibernate with. I am
I have a Spring MVC application trying to use a rich domain model, with

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.