You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org> on 2007/01/16 17:36:27 UTC

[jira] Resolved: (ADFFACES-354) Provide setXxx Methods on ExternalContextDecorator (JSF 1.2)

     [ https://issues.apache.org/jira/browse/ADFFACES-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf resolved ADFFACES-354.
-----------------------------------------

    Resolution: Fixed

checked into jsf 1.2 branch

> Provide setXxx Methods on ExternalContextDecorator (JSF 1.2)
> ------------------------------------------------------------
>
>                 Key: ADFFACES-354
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-354
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Matthias Weßendorf
>         Assigned To: Matthias Weßendorf
>
> 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);
>  }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira