You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/01/05 22:44:18 UTC

DO NOT REPLY [Bug 25915] New: - Action wildcards don't work

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25915>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25915

Action wildcards don't work

           Summary: Action wildcards don't work
           Product: Struts
           Version: 1.1 Final
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Controller
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: otuttle@digitalriver.com


My understanding is that this should pass a parameter through to the
SendMessageAction.  However, it doesn't work using the url: 

http://localhost:8080/apollo/sendSetTime.do

<action path="/send*" type="com.tuttle.action.SendMessageAction" parameter="{1}">
  <forward name="Failure" path="/pages/message-failed.jsp"/>
  <forward name="Success" path="/pages/message-sent.jsp"/>
</action>

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org