You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Dave Newton (JIRA)" <ji...@apache.org> on 2008/02/04 17:38:39 UTC

[jira] Closed: (WW-2472) Action not getting called

     [ https://issues.apache.org/struts/browse/WW-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Newton closed WW-2472.
---------------------------

    Resolution: Not A Problem

Please ask questions on the struts-user mailing list.

The JIRA is for bugs in Struts itself (not that this isn't one, but start by asking on the list--it can always be re-opened.)

> Action not getting called
> -------------------------
>
>                 Key: WW-2472
>                 URL: https://issues.apache.org/struts/browse/WW-2472
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>         Environment: Struts Action not getting called
>            Reporter: sagar
>
> When i use following code the action class is not invoked :
>   <action-mappings>
>      <action  path="/check"  type="com.ex.action.Check"     parameter="mode" >   
>     	<forward name="go" path="/jsp/check.jsp" />
>      </action>
>    </action-mappings>
> But when I use this code it works
>   <action-mappings>
>      <action  path="/check"  type="com.ex.action.Check"     parameter="mode"  forward="/jsp/check.jsp"/>   
>    </action-mappings>
> Please help. How can I invoke the Action class. Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.