Nor do I; and on this list, I'm afraid we can't give you much support for Oracle's ADF Faces. This list exists for users of the open sourced Trinidad code.
-- Adam On 8/6/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
Chris, I don't get this error, when using trinidad, tomahawk and facelets. If you're interested, I can upload a simple sample. -Matthias On 8/4/06, Chris Herborth <[EMAIL PROTECTED]> wrote: > I'm trying to get a very basic page going using: > > * current Geronimo 1.1 (Jetty version) > * current MyFaces > * current ADF Faces from Oracle's site (not the Trinidad snapshots) > > The page has a couple of text fields and a button; I had a similar page > working in this setup using Tomahawk instead. After converting the page > to use ADF Faces, adding the ADF Faces JARs (api, impl, and shared), and > updating the web.xml/faces-config.xml, I get an empty page. Geronimo > tells me: > > 3181: 21:20:47,514 WARN [HtmlRenderKitImpl] Unsupported > component-family/renderer-type: oracle.adf.Panel/oracle.adf.Form > 3182: 21:20:47,514 WARN [HtmlRenderKitImpl] Unsupported > component-family/renderer-type: oracle.adf.Input/oracle.adf.Text > 3183: 21:20:47,514 WARN [HtmlRenderKitImpl] Unsupported > component-family/renderer-type: oracle.adf.Input/oracle.adf.Text > 3184: 21:20:47,514 WARN [HtmlRenderKitImpl] Unsupported > component-family/renderer-type: oracle.adf.Input/oracle.adf.Text > 3185: 21:20:47,514 WARN [HtmlRenderKitImpl] Unsupported > component-family/renderer-type: oracle.adf.Input/oracle.adf.Text > 3186: 21:20:47,514 WARN [HtmlRenderKitImpl] Unsupported > component-family/renderer-type: oracle.adf.SelectInput/oracle.adf.Date > 3187: 21:20:47,514 WARN [HtmlRenderKitImpl] Unsupported > component-family/renderer-type: oracle.adf.Command/oracle.adf.Button > > I haven't been able to find anything about this error via Google or > searching the Oracle forums. Does anyone have any idea what's wrong and > how I can fix it? > > Matthias offered a suggestion on the MyFaces list to re-arrange the > web.xml filters. > > It doesn't seem to matter if the adfFaces filter is first, or last, or > in the middle, although with it last or first I seem to be getting a > little more info in the exception stack: > > 21:45:07,749 WARN [HtmlRenderKitImpl] Unsupported > component-family/renderer-type: oracle.adf.Panel/oracle.adf.Form > 4-Aug-2006 9:45:07 PM oracle.adf.view.faces.component.UIXComponentBase > _getRendererImpl > WARNING: Could not find renderer for CorePanelForm[UIXFacesBeanImpl, > id=_idJsp0], rendererType = oracle.adf.Form > 21:45:07,749 WARN [HtmlRenderKitImpl] Unsupported > component-family/renderer-type: oracle.adf.Panel/oracle.adf.Form > 4-Aug-2006 9:45:07 PM oracle.adf.view.faces.component.UIXComponentBase > _getRendererImpl > WARNING: Could not find renderer for CorePanelForm[UIXFacesBeanImpl, > id=_idJsp0], rendererType = oracle.adf.Form > 21:45:07,764 WARN [HtmlRenderKitImpl] Unsupported > component-family/renderer-type: oracle.adf.Input/oracle.adf.Text > 4-Aug-2006 9:45:07 PM oracle.adf.view.faces.component.UIXComponentBase > _getRendererImpl > etc. > > I've attached the appropriate files, as they now stand. Thanks! > > -- > Chris Herborth ([EMAIL PROTECTED]) > Never send a monster to do the work of an evil scientist. > > > > -- Matthias Wessendorf further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com
