Hello,

Hopefully this is a no-brainer. How can I configure struts to call an
action, and include the path info? EG - my normal action is called at:

   server/action.do

I would like to call this action like this:

  server/action.do/some/extra/random/parameters/etc

and later on, in my action class access that extra info via
javax.servlet.http.HttpServletRequest.getPathInfo(). With out of the
box servlet init params and action.xml values, I get an error
specifying that an invalid path was requested. I'm developing against
struts .5, if it makes a difference.

Thanks,
David

--
David Noll, Public Digital
[EMAIL PROTECTED]

Reply via email to