On 11/8/06, Laurie Harper <[EMAIL PROTECTED]> wrote:
You can either use prefix mapping (/do/*) or suffix mapping (*.do). Unfortunately, you can't mix them, using one style for some requests and the other for other requests. Struts doesn't support having multiple servlet mappings for ActionServlet. Why do you need to do that? Perhaps there's an alternative approach you could take to solve your underlying use case.
Here's an interesting idea that I ran across a while ago... map static content explicitly, and let the Action servlet handle everything else. http://www.lunatech.com/archives/2005/07/29/struts-urls -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]