Re: struts 2.0.9 backward compatible with struts 1.x in respect to role on action mapping

2007-08-30 Thread akash agrawal
Dave, Thanks for the reply. The link you mentioned does not have much detail in it. Although, How would interceptor would solve the definition of roles information for each action in an application? If you use this interceptor you mentioned, where would you put roles information for each action

Re: struts 2.0.9 backward compatible with struts 1.x in respect to role on action mapping

2007-08-30 Thread Dave Newton
Whoops; wrong button. IIRC a simplistic roles interceptor [1] was added (possibly even at my request, but it was awhile ago) which had functionality similar to S1. d. [1] http://struts.apache.org/2.x/docs/roles-interceptor.html (Doesn't seem to be displaying properly at the moment, though?) --

Re: struts 2.0.9 backward compatible with struts 1.x in respect to role on action mapping

2007-08-30 Thread Dave Newton
--- akash agrawal wrote: > (I would assume that Struts 2 is backward compatible) S2 is a *completely* different architecture and has (essentially) nothing to do with S1. d. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

struts 2.0.9 backward compatible with struts 1.x in respect to role on action mapping

2007-08-30 Thread akash agrawal
Hi, Is role attribute supported in Struts 2? It was supported in Struts version 1.x. ( I would assume that Struts 2 is backward compatible) If it is supported how to use it? Is there any example or documentation related to this. Thanks, -Akash - Pinpoin