This question, is not specific of Primefaces.

If you want to use Java Server Faces, set this in your web.xml

<servlet>
        <servlet-name>Faces Servlet</servlet-name>
        <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
        <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
        <servlet-name>Faces Servlet</servlet-name>
        <!-- HERE YOU CAN SET YOU JSF FILE EXTENSION-->
        <url-pattern>*.xhtml</url-pattern>
    </servlet-mapping>


2013/4/8 maurojava <mauro2java2...@gmail.com>

> hi all.
> Hi not understand what oaram i have to set int oweb.xml for work myfaces
> with primefaces.
>
> Please i have tried with tomee that as out.of-the box myfaces like
> implementation of JSF2 .
>
> But i have use primefaces components with it.
>
> Primefaces it use ajax for partial process of page.
>
> I have read at
> http://myfaces.apache.org/core21/myfaces-impl/webconfig.html
>
> http://myfaces.apache.org/core20/myfaces-impl/webconfig.html
>
>
> https://cwiki.apache.org/confluence/display/MYFACES/Configuration+of+special+features
>
> but i not understand what i have to set .
> I use also openwebbeans for the managedbean with cdi.
>
> Mauro
>
>
>
>
> --
> View this message in context:
> http://myfaces.10567.n7.nabble.com/config-web-xml-myfaces-for-use-with-primefaces-tp114536.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>



-- 
-------------------------------------------------------------------
*SCJA. José Luis Cetina*
-------------------------------------------------------------------

Reply via email to