Angel Miralles Arevalo schrieb: > Hi everyone, please someone who uses modal dialog from Sandbox... > > I'm trying to send some information (inputText) from a modal dialog > (like Irian example). It is possible? > > Thank you very much. >
Yes you can do it the following ways define the modal dialog box in its own form (never embed it in a form that does not work) and then do a simple submit... Use saveState or other techniques to keep the values outside of the form which you want to preserve Alternatively you can use javascript, you can define a javaScriptVar name and use a javascript with a hide statement to close the dialog but then you have to move the values into their corresponding fields in your main form. Either way works.

