Re: Struts 2 and DWR

2007-08-24 Thread Oleg Mikheev
Néstor Boscán wrote: I created a code based on the WebWork code that can invoke a Struts 2 Action from DWR. You can invoke it just like the WebWork version and you can use DWRActionUtil.js. It does not do everything that the WebWorks code does, it invokes de Action method and returns the Action o

Struts 2 and DWR

2007-08-24 Thread Néstor Boscán
Hi I created a code based on the WebWork code that can invoke a Struts 2 Action from DWR. You can invoke it just like the WebWork version and you can use DWRActionUtil.js. It does not do everything that the WebWorks code does, it invokes de Action method and returns the Action object. Hope someb