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