How to display different formsHow do you overcome the html form nesting limitation?How to prevent buttons from submitting formsHow to prevent form resubmission when page is refreshed (F5 / CTRL+R)What's the difference between @Component, @Repository & @Service annotations in Spring?How do I POST JSON data with Curl from a terminal/commandline to Test Spring REST?Difference between modelAttribute and commandName attributes in form tag in spring?How to send String value back to Spring MVC?Spring MVC : prevent rendering ModelAttribute value in jsp by using form:inputSpring form binding issue with nested object empty fieldsMultiple-Form on one page with SpringMVC

Is the seat-belt sign activation when a pilot goes to the lavatory standard procedure?

Holding rent money for my friend which amounts to over $10k?

Do people who work at research institutes consider themselves "academics"?

Wireless headphones interfere with Wi-Fi signal on laptop

Is there any deeper thematic meaning to the white horse that Arya finds in The Bells (S08E05)?

My bread in my bread maker rises and then falls down just after cooking starts

Would life always name the light from their sun "white"

Is there any good reason to write "it is easy to see"?

To whom did Varys write those letters in Game of Thrones S8E5?

How to continually let my readers know what time it is in my story, in an organic way?

What is the effect of the Feeblemind spell on Ability Score Improvements?

Why did Varys remove his rings?

How to redirect stdout to a file, and stdout+stderr to another one?

Can a tourist shoot a gun in the USA?

How to rename multiple files in a directory at the same time

When did game consoles begin including FPUs?

labelled end points on logic diagram

Why is Drogon so much better in battle than Rhaegal and Viserion?

Meaning of "legitimate" in Carl Jung's quote "Neurosis is always a substitute for legitimate suffering."

Does this "yield your space to an ally" rule my 3.5 group uses appear anywhere in the official rules?

Were any toxic metals used in the International Space Station?

Developers demotivated due to working on same project for more than 2 years

Why would someone open a Netflix account using my Gmail address?

the correct order of manual install WP and SSL on server



How to display different forms


How do you overcome the html form nesting limitation?How to prevent buttons from submitting formsHow to prevent form resubmission when page is refreshed (F5 / CTRL+R)What's the difference between @Component, @Repository & @Service annotations in Spring?How do I POST JSON data with Curl from a terminal/commandline to Test Spring REST?Difference between modelAttribute and commandName attributes in form tag in spring?How to send String value back to Spring MVC?Spring MVC : prevent rendering ModelAttribute value in jsp by using form:inputSpring form binding issue with nested object empty fieldsMultiple-Form on one page with SpringMVC






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I want to display a spring form specific to each user and swap between theme on client side.



I explain a little bit more my trouble: I have x users and a view where each one can see its own information and the other ones.
When a user gets to the view, he see its personal form. Until here I have no problem. I use as follows to set it in the Controller:



model.addAttribute("usersForm", usersForm);


And in jsp I have:



<form:form method="POST" action="/addInput" modelAttribute="usersForm">
...
<form:input path="user[$user-selected].name />
...
<input type="hidden" id="user-selected" name="user-selected" value=0>


When a user name is clicked it fires a jQuery function that changes the user-selected value and removes all the rows of this form.
The problem comes now, because I don't know how to refresh the form with the new value of the hidden variable.



Thank you










share|improve this question




























    0















    I want to display a spring form specific to each user and swap between theme on client side.



    I explain a little bit more my trouble: I have x users and a view where each one can see its own information and the other ones.
    When a user gets to the view, he see its personal form. Until here I have no problem. I use as follows to set it in the Controller:



    model.addAttribute("usersForm", usersForm);


    And in jsp I have:



    <form:form method="POST" action="/addInput" modelAttribute="usersForm">
    ...
    <form:input path="user[$user-selected].name />
    ...
    <input type="hidden" id="user-selected" name="user-selected" value=0>


    When a user name is clicked it fires a jQuery function that changes the user-selected value and removes all the rows of this form.
    The problem comes now, because I don't know how to refresh the form with the new value of the hidden variable.



    Thank you










    share|improve this question
























      0












      0








      0








      I want to display a spring form specific to each user and swap between theme on client side.



      I explain a little bit more my trouble: I have x users and a view where each one can see its own information and the other ones.
      When a user gets to the view, he see its personal form. Until here I have no problem. I use as follows to set it in the Controller:



      model.addAttribute("usersForm", usersForm);


      And in jsp I have:



      <form:form method="POST" action="/addInput" modelAttribute="usersForm">
      ...
      <form:input path="user[$user-selected].name />
      ...
      <input type="hidden" id="user-selected" name="user-selected" value=0>


      When a user name is clicked it fires a jQuery function that changes the user-selected value and removes all the rows of this form.
      The problem comes now, because I don't know how to refresh the form with the new value of the hidden variable.



      Thank you










      share|improve this question














      I want to display a spring form specific to each user and swap between theme on client side.



      I explain a little bit more my trouble: I have x users and a view where each one can see its own information and the other ones.
      When a user gets to the view, he see its personal form. Until here I have no problem. I use as follows to set it in the Controller:



      model.addAttribute("usersForm", usersForm);


      And in jsp I have:



      <form:form method="POST" action="/addInput" modelAttribute="usersForm">
      ...
      <form:input path="user[$user-selected].name />
      ...
      <input type="hidden" id="user-selected" name="user-selected" value=0>


      When a user name is clicked it fires a jQuery function that changes the user-selected value and removes all the rows of this form.
      The problem comes now, because I don't know how to refresh the form with the new value of the hidden variable.



      Thank you







      forms spring-mvc






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 23 at 15:15









      inwmovinwmov

      62




      62






















          0






          active

          oldest

          votes












          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55315200%2fhow-to-display-different-forms%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55315200%2fhow-to-display-different-forms%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript