Re: Setting Access Level

2006-10-05 Thread Laurie Harper
Or, more simply, you could take advantage of the Role-based access control features provided by Struts and Tiles. Struts supports a 'role' attribute on an action mapping which prevents that action from being invoked unless the user has the required role. It also includes some taglib support, s

Re: Setting Access Level

2006-10-05 Thread Caroline Jen
You may consider to use the Business Rules Engine -CJen --- Aftab Vhora <[EMAIL PROTECTED]> wrote: > Hi Frnds, > > I m developing one application using struts, in that > I want to set the > access level. > > Like Admin shd hv access to all the links, some A > group should hv access > to cert

Setting Access Level

2006-10-04 Thread Aftab Vhora
Hi Frnds, I m developing one application using struts, in that I want to set the access level. Like Admin shd hv access to all the links, some A group should hv access to certain link, group B should hv access to ceratin link...Though I hv done that using setting "if" conditions in my JSP.