[JIRA] (JENKINS-54887) How can multiple text boxes be created corresponding to each choice done via active choice reactive parameter and how to access them from your jenkins workspace?To be more precise refer as per my attachment
3 views
Skip to first unread message
royanshuk1313@gmail.com (JIRA)
unread,
Nov 27, 2018, 8:54:02 AM11/27/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
How can multiple text boxes be created corresponding to each choice done via active choice reactive parameter and how to access them from your jenkins workspace?To be more precise as per my attachment the parameter named options references the above parameter Groups,Therefore we get a certain selection list on clicking radio button 1 and a different one while clicking two etc. I want to input values to the selections in the options parameter by generating text boxes whenever the selections are selected .By using formatted html i managed to build only a single textbox not more than that. I am not sure whether the text box is retaining the values entered. As I am not able to access the value of the textbox .