Re: prefix matching for an action

2001-09-27 Thread lisa ward
] Subject: prefix matching for an action Date: Wed, 26 Sep 2001 16:43:26 -0700 (PDT) I am trying to achieve the following: struts-config action-mappings action path=/myAction/* type=com.company.action.MyAction / /action-mappings /struts-config Essentially, I would like for a URL

prefix matching for an action

2001-09-26 Thread Jeff Boortz
I am trying to achieve the following: struts-config action-mappings action path=/myAction/* type=com.company.action.MyAction / /action-mappings /struts-config Essentially, I would like for a URL such as http://www.company.com/app/myAction/filename to trigger my action (assume in this