You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Don Brown (JIRA)" <ji...@apache.org> on 2008/04/19 16:05:07 UTC

[jira] Resolved: (WW-2468) There is no Action mapped for namespace /actionchaining and action name actionChain1!input. - [unknown location]

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

Don Brown resolved WW-2468.
---------------------------

    Resolution: Cannot Reproduce
      Assignee: Don Brown

Do you by chance have dynamic method invocation disabled in your configuration?  I recommend asking this question on the mailing list first to better isolate the aspect of Struts, if any, which contains the bug.

> There is no Action mapped for namespace /actionchaining and action name actionChain1!input. - [unknown location] 
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: WW-2468
>                 URL: https://issues.apache.org/struts/browse/WW-2468
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Value Stack
>    Affects Versions: 2.0.11
>         Environment: JVM 1.5_02
> TC 5.5.17
> Struts-2.0.11
>            Reporter: Martin Gainty
>            Assignee: Don Brown
>
> specifically stating the input method in the Struts URL Tag in the accompanying jsp in this manner
> <li><a href="<s:url action="actionChain1!input" namespace="/actionchaining"  includeParams="none" />">Action Chaining</a></li>
> referenced in the browser address bar
> http://localhost:8080/struts2-showcase-2.0.11/actionchaining/actionChain1!input.action
> produces..
> There is no Action mapped for namespace /actionchaining and action name actionChain1!input. - [unknown location] 
> tried another way specifying method="input" from Struts URL tag
> tags/ui/index.jsp
> <li><s:url id="url" namespace="/tags/ui" action="lotsOfOptiontransferselect" method="input" /><s:a href="%{url}">Option Transfer Select UI Example</s:a></li>
> and populating the input method in the address bar
> http://localhost:8080/struts2-showcase-2.0.11/tags/ui/lotsOfOptiontransferselect!input.action
> produces the same unresolved input method error output..
> Messages: There is no Action mapped for namespace /tags/ui and action name lotsOfOptiontransferselect!input. 
>  
> Browser used
> IE6.0.28
> FF 2.0.11

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