One of the advantages of the MVC approach is that the controller is able to provide authentication verification for each request to a resource in the application.
Does struts support this? If so how? Currently I'm 'checking' authentication in each of my xxxxAction classes that extend Action and doing the same for jsp pages via a custom tag. It's a bit redundant. Examples are good. Thanks rob -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

