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
