I've deployed my ADFfaces/Myfaces webapplication  on SunApplication Server, and the default renderkit is oracle, but it is not working in the application server. It works well only on jdeveloper standalone container:

http://img104.imageshack.us/img104/9422/imagem6uq.jpg

And this is a part about ADFFaces in my web.xml.

    <filter>
        <filter-name>adfFaces</filter-name>
        <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
    </filter>

What code I need to put to Container get my renderkit???
thanks


-- 

Reply via email to