[appfuse-user] DWR appfuse struts2 integration fail

2009-07-04 Thread foward
Hello, I have several questions related how integrate DWR and appfuse with Struts2 framework. I try to do some integration but I have an error : PWC1231: Servlet.service() para el servlet dwr-invoker desencadenó una excepción java.lang.NoClassDefFoundError: com/opensymphony/xwork/config/Configur

Re: [appfuse-user] DWR appfuse struts2 integration fail

2009-07-04 Thread DUSTIN PEARCE
Typically you use DWR to integrate with your business layer (Managers) and not the web controllers. It looks like DWR can't call your action because the action is called outside of the Struts context. DWR is more about marshalling direct from your business layer to client JavaScript, hence