I'm about to invent some kind of user roles scheme, and I notice that RequestProcessor has a method named "processRoles" that runs "getRoleNames" on the passed ActionMapping. ActionMapping (via its ancestor, ActionConfig) stores these roles in a property named "roles".
These sound like they address what I'm trying to do. How do I use these features? How do I associate roles with a mapping? Is this the preferred way to associate URIs with a roles, and roles with users, in order to limit access to pages? -- Sent via jApache.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

