Brilliant! Thanks, Dave! 2008/7/13 Dave Newton <[EMAIL PROTECTED]>:
> Depending on how your application is laid out you could also put a
> "catch-all" mapping at the end of your regular mappings, like so:
>
> <action name="*">
> <result>/static/{1}.jsp</result>
> </action>
>
> Again, this is if you're intent on using XML configuration.
>

