This part refers to using ADF with Facelets. (Which I'd personally highly recommend...)
You need to distinguish between: (1) using the old Oracle/JDeveloper ADF distribution (2) using the new OpenSource Myfaces ADF distribution (build from svn) (3) optionally using facelets (1) and (2) have nearly all parameters with different names! Here's a quick instruction: (1) Take the web.xml from the adf_faces_demo, and do same the changes that are generally required to move from Sun Faces RI to MyFaces, (2) Just use the web.xml from the adf_faces_demo, (3) Apply the comments from the FAQ. If you still face problems, post your web.xml / faces-config plus error message on the ADF list, I'm sure there will be quick help. Frank Felix > -----Original Message----- > From: Daniel Murley [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 01, 2006 2:09 PM > To: 'MyFaces Discussion' > Subject: RE: Using ADF with MyFaces > > Hi, > > I'm aware of the other list, however the FAQ is on the MyFaces Wiki... > > Basically all im looking for is a translation of (from > wiki.apache.org/myfaces/FAQ): > > Make sure your FaceletViewHandler is commented out and the > default render kit of ADF faces defined in faces-config.xml > oracle.adf.core (Note that the ADF faces implementation > ensures non-ADF components still get rendered in the normal > way so it can safely co-exist with other JSF components) > ..and your web.xml contains these lines for ADF faces > oracle.adf.view.faces.ALTERNATE_VIEW_HANDLER > com.sun.facelets.FaceletViewHandler AdfFacesFilter > oracle.adf.view.faces.webapp.AdfFacesFilter AdfFacesFilter > FacesServlet > > As especially the last few lines make absolutely no sense at all. > > Daniel > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Matthias Wessendorf > Sent: Thursday, 1 June 2006 9:43 PM > To: MyFaces Discussion > Subject: Re: Using ADF with MyFaces > > There is a special ADF Faces list here at Apache, since ADF > Faces is currently inside of the Apache Incubator > > See [1] > > [1] http://wiki.apache.org/myfaces/adf_mails > > On 6/1/06, Daniel Murley <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > > > > This is probably a common question through here, however > we're having > > a range of issues trying to configure MyFaces and ADF to work > > together. The problems we're experiencing are much like what is > > detailed on the last page of the FAQ in the Wiki, however the > > information on how to resolve the issue is unclear. > > > > I'd appreciate any tips, or a working > web.xml/faces-config.xml example. > > > > Thanks, > > > > Daniel > > > > > > > -- > Matthias Wessendorf > Aechterhoek 18 > 48282 Emsdetten > blog: http://jroller.com/page/mwessendorf > mail: mwessendorf-at-gmail-dot-com >

