Is there an Action class that can be used in the following way:

  <action
   unknown="true"
   path="/not-ever-used"
   type="org.apache.struts.actions.DynamicForwardAction?"
   parameter="/whatever-the-real-request-was"
  />

Background: The Struts servlet is mapped to '/action/*'. If
'/action/search' is requested, and and action 'search' exists, it should
be executed. If '/action/info.png' is requested, and no corresponding
action exists, the web server should be put back in charge of returning
the file to the client.


--
Eric Jain


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to