<filter>
<filter-name>DwrFacesFilter</filter-name>
<filter-class>org.directwebremoting.faces.FacesExtensionFilter</filter-class>
</filter>
as well as :
<servlet>
<description>DWR controller servlet</description>
<servlet-name>DWR controller servlet</servlet-name>
<servlet-class>org.directwebremoting.servlet.DwrServlet</servlet-class>
<init-param>
<param-name>debug</param-name>
<param-value>true</param-value>
<param-name>classes</param-name>
<param-value>
com.baselogic.tro.user.UserBackingBean,
com.baselogic.tro.user.User
</param-value>
<description>
This servlet is the Annotations version of the DWR Servlet.
</description>
</init-param>
</servlet>
And should I not use these 2 with MyFaces?
On 11/1/06, Toppac <[EMAIL PROTECTED]> wrote:
From the dwr website
<servlet>
<servlet-name>dwr-invoker</servlet-name>
<servlet-class>uk.ltd.getahead.dwr.DWRServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>dwr-invoker</servlet-name>
<url-pattern>/dwr/*</url-pattern>
</servlet-mapping>
Works fine for me with facelets, myfaces and dwr.
Mick Knutson-4 wrote:
>
> Can I get an example of your web.xml to validate I have the right
> implementation for dwr 2.x
>
> --
>
> Thanks
>
> DJ MICK
> http://www.djmick.com
> http://www.myspace.com/mickknutson
>
>
--
View this message in context: http://www.nabble.com/Anyone-using-MyFaces-with-DWR--tf2549437.html#a7116746
Sent from the MyFaces - Users mailing list archive at Nabble.com.
--
Thanks
DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson

