Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-2468

There is no Action mapped for namespace /actionchaining and action name actionChain1!input. - [unknown location]

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 2.0.11
    • None
    • Value Stack
    • None
    • JVM 1.5_02
      TC 5.5.17
      Struts-2.0.11

    • Patch

    Description

      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

      Attachments

        Activity

          People

            mrdon Donald J. Brown
            mgainty Martin Gainty
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: