Re: svn commit: r424003 - /incubator/adffaces/trunk/adf-faces/adf-faces-api/src/main/java/org/apache/myfaces/adf/util/PartitialPageRenderingUtils.java

2006-07-20 Thread Matthias Wessendorf
sure On 7/20/06, Adam Winer [EMAIL PROTECTED] wrote: I'm not crazy about this API. I'd rather have AdfFacesContext.isPartialRequest(). Anyone else agree? -- Adam On 7/20/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: matzew Date: Thu Jul 20 10:51:25 2006 New Revision: 424003

Re: svn commit: r424003 - /incubator/adffaces/trunk/adf-faces/adf-faces-api/src/main/java/org/apache/myfaces/adf/util/PartitialPageRenderingUtils.java

2006-07-20 Thread Matthias Wessendorf
AdfFacesContext.isPartialRequest(). I think you mean making it abstract inside of AdfFacesContext and put the code into AdfFacesContextImpl, since all method (expect getCurrentInstance() are abstract in there) -Matthias Anyone else agree? -- Adam On 7/20/06, [EMAIL PROTECTED] [EMAIL