Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-310

Provide setXxx Methods on ExternalContextDecorator (JSF 1.2)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0-incubating-core-SNAPSHOT
    • None
    • None

    Description

      in jsf 1.2 there are four new setXxx() methods available on the externalCtx clazz.
      We need to add them to our ExternalContextDecorator, like:

      @Override
      public void setResponse(Object response)

      { getExternalContext().setResponse(response); }

      Attachments

        Activity

          People

            matzew Matthias Wessendorf
            matzew Matthias Wessendorf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: