Results 1 to 2 of 2

Thread: url on AbstractWizardController's page

  1. #1

    Default url on AbstractWizardController's page

    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?

  2. #2
    Join Date
    Aug 2004
    Location
    Paris
    Posts
    43

    Default

    On way to do this, is by javascript, to get from the popup windows, the value of the parent window, and to update the parent window when closing the popup, or to persist the bean when closing, by submiting the form.

Similar Threads

  1. Replies: 3
    Last Post: Sep 22nd, 2005, 10:14 AM
  2. Replies: 0
    Last Post: Jun 10th, 2005, 08:22 AM
  3. Replies: 0
    Last Post: May 24th, 2005, 01:44 AM
  4. Replies: 2
    Last Post: May 13th, 2005, 05:42 AM
  5. Replies: 1
    Last Post: Jan 24th, 2005, 04:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •