On Thu, Aug 14, 2008 at 1:56 PM, tom tom <[EMAIL PROTECTED]> wrote:
> Hi,
> We are using struts2 2.0.6 and now we have a requirement to have some Access 
> Control into it,
>
> That is we got some functions points and each ROLE got different access rigts
> against each function, if someone login to the System the UI will be 
> presented based on these configurations.
>
> What I want to know is within Struts 2, How can I achieve this kind of 
> functionality. Are there any better integration TAG libs or somthing like 
> that.


we implement this, and we create our own Interceptor, and we inject it
using Spring, and run well (with Hibernate as the Model)

take a look in the SVN of our project http://www.sf.net/projects/cimande

the package name org.blueoxygen.debus

hope this can help you to get the example

try the 1.3SDK, the ACL build inside

F

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to