Ok I think I can pinpoint my question a bit more now. I know I need to code my own filter for this.
What I need to find out, is, how does Tomcat decide which of it's users (in tomcat-users.xml) can access different actions. presumably there is a setting for the action itself. Or perhaps for a group of URL's if it's for the action itself, is there a way to access that actions properties in java. Does Struts ro tomcat store them somewhere, and can I acces the information from a filter. That way, I could check the user level, and decide what to do with the response. Regards Steve Vanspall -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
