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

Reply via email to