[S2] Results Based on URL File Types

2007-05-24 Thread Kevin Conroy
r of adding another Action to support it, and all of the result types are automatically inherited. Thanks in advance for your help! Kevin Conroy

Re: [S2] Results Based on URL File Types

2007-05-24 Thread Kevin Conroy
r *.action) and just assume that all requests into the application (or namespace) are in fact actions it should execute? I'm suspecting not, as this might block access to other non-action resources, but if there is some way to set up a * pattern, that might work too. Thanks for all of your