Any idea?

Mauriff wrote:
> 
> Hi,
>      I want use DWR for call method in actions class from Struts 2. It's
> that possible?
> I tried to add this declaration in dwr.xml
> 
>        <create creator="none" javascript="dwraction">
>             
>             <include method="execute"/>
>         </create>
>         <convert converter="bean"
> match="org.directwebremoting.webwork.ActionDefinition">
>             
>         </convert>
>         <convert converter="bean"
> match="org.directwebremoting.webwork.AjaxResult"/>
> 
>         <convert converter="bean"
> match="com.mycompany.app.webapp.action.core.*"/>
> 
> But, whe I execute dwr scripts, this exception is throws:
> 
> 2008-11-21 17:37:04.589::WARN:  Error for
> /dwr/test/dwraction
> 
> java.lang.NoClassDefFoundError:
> com/opensymphony/xwork/config/ConfigurationException
> 
> I tried add the class 
> com/opensymphony/xwork/config/ConfigurationException
> , but I don't know if that is correct.
> 
> How I can use DWR to level Actions? or Another idea for that ?
> I don't want  lost the session data.
> 
> 
> Thanks in advance
> 
> Mauri.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/DWR-With-Struts-2-tp20628750s2369p20668389.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to