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

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

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.


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

Posted by "Dave Newton (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Issue Comment Edited: (WW-2472) Action not getting called

Posted by "Dave Newton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43148#action_43148 ] 

newton_dave edited comment on WW-2472 at 2/4/08 8:37 AM:
---------------------------------------------------------

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.)

Just noticed this is S1, too...

:/

      was (Author: newton_dave):
    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.