RE: Is it possible to harvest the form values and populate an

2005-03-03 Thread Adam Lipscombe
Subject: Re: Is it possible to harvest the form values and populate an I think some scripting would be in order... If I understand correctly... when the button on your parent form is clicked, a modal dialog is opened and the URL you tell that dialog to display is actually an Action that does some

RE: Is it possible to harvest the form values and populate an act ionform without submitting the form?

2005-03-03 Thread Paul McCulloch
Could the button on your parent submit the form to the backend with a new popup windows defined as the "target" attribute (of the html form)? That way your main form values are sent to the backend, but the results (i.e. your wizard) is shown in the popup window. Paul > -Original Message-

Re: Is it possible to harvest the form values and populate an actionform without submitting the form?

2005-03-03 Thread Frank W. Zammetti
I think some scripting would be in order... If I understand correctly... when the button on your parent form is clicked, a modal dialog is opened and the URL you tell that dialog to display is actually an Action that does some initialization. Is that correct? Assuming it is... what I would do is