ok, I open ticket and asign it to me

-M

On 1/16/07, Adam Winer <[EMAIL PROTECTED]> wrote:
In the JSF 1.2 branch, yep, we have to.

-- Adam


On 1/16/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> hi,
>
> in jsf 1.2 there are four new setXxx() methods available on the
> externalCtx clazz.
> Do we need to add them to our ExternalContextDecorator, like:
>
>   @Override
>   public void setResponse(Object response)
>   {
>     getExternalContext().setResponse(response);
>   }
>
> ?
>
> -M
>
> --
> Matthias Wessendorf
> http://tinyurl.com/fmywh
>
> further stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>



--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to