« Return to Thread: DWR support for struts

Re: DWR support for struts

by cghimanshu :: Rate this Message:

Reply to Author | View in Thread

Please read the action mapping as below:

</action-mappings>
  <action path="/LoginForm"  name="LoginForm" parameter=" Login.jsp"    type="org.apache.struts.actions.ForwardAction"/>
</action-mappings>

But I am unable to get the class for LoginForm in my dwr

 « Return to Thread: DWR support for struts