Hi, I have a drop down list that is populated dynamically. When the build step in this case is selected a REST request is made to a services which returns a list of elements, these elements make up the drop down list.
When an element is selected from the list another REST call will be made to fetch the template for this particular element, this template should be put into the textarea. Everything works except that the textarea is not updated. Somehow we need to reference the textarea and update the content in the browser... (because in the backend the value is correct, its just not updated in the client/browser) Any ideas? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/92074dcf-431f-485d-9394-25721cd315cd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
