I have a modal inside a wizard step. The modal is displaying and showing data. The modal is using a panel and not a page. The panel for the modal contains a form with text fields. The wizard step contains labels.
I want to have a save and a cancel button in the modal. The save should take the values from the text fields and update the model in the wizard step. The wizard step should now show the updated values in the label. I tried implementing an AjaxButton in the panel for the modal but it never does anything. How would one do this? Example code, pseudo-code? Thanks.