Hello,
I have crated a fragment which opens a dialog box.
I want to pass a value from a text field (js) to groovy constant. In order to do that, I have created a dialog box (opens when the created button is clicked - directs to rest endpoint) which consists of a text field and Close and Apply buttons. When a value is entered and Apply button is clicked, I want to open another dialogbox (direct to another rest endpoint) in the same screen (issue screen at behind). However, the dialog opens in another page and if I click on Close button in there, it still does the process as Apply button is clicked.
My questions are:
1. Is there a way to pass a text field value to groovy variable/constant in the same dialogbox?
2. How do I manage to get the second dialog box in the same screen as the first dialog box when Apply button on the first is clicked?
BR