I have several pages implemented using AbsractWizardController. And I have several other pages implemented using MultiActionController. On one of the page in AbstractWizardController, I need to show a url link that would open a new browser window showing the MultiActionController page. And I need to use the form content (beans which are on the form) from the parent page in the newly opened browser page. How can do this?


Reply With Quote