Robert Stevens wrote: > Where can I read about how to create a "suffix mapping extension"? > The Struts documentation?
When you configure the Struts servlet you tell it to use either prefix or suffix mapping. The default suffix mapping is *.do; if you're currently mapping to *.do it'll be there in your web.xml. Bear in mind that if you are serving a mix of static and dynamic content this might not be a good answer. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]