Uploaded image for project: 'Beehive'
  1. Beehive
  2. BEEHIVE-1073

Modify the popup window ActionForward handling to forward to a framework JSP (or Servlet) instead of writing directly to the response in the DefaultActionForwardHandler

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0, 1.0.1, 1.0.2
    • 1.0.2
    • NetUI
    • None

    Description

      I have a request to change the design of the popup window ActionForward handling to forward to a framework JSP (or Servlet) instead of writing directly to the response in the DefaultActionForwardHandler. Currently, when the DefaultActionForwardHandler.processForward() routine gets the "_auto" Forward of the return to page flow, we write directly to the response (just with our own javascript, no other markup) and return null. This is a perfectly legal and valid design. However, a design change is needed to support framework implementations (portal) that have a sort of two phase process of first running the action, then including the rendering of return URI from the ActionForward.

      The change would be that the DefaultActionForwardHandler.processForward() would no longer write any markup to the response. Instead it would return an ActionForward with a path to a JSP or servlet that would handle the actual rendering.

      Attachments

        1. j1073-patch.txt
          22 kB
          Howard Carlin Rogers

        Activity

          People

            kbaker Krista Baker
            crogers Howard Carlin Rogers
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: