Dear All Wicket auth-role library allow us to define the static roles, and allow logined users to access restricted pages or components. But, I need to implement the dynamic authorization to constrain page/component permissions, and role-permission relationships are persistent in database. By now, I can dynamically add constraints on db. But how do I apply the constrains on page or components?
Shengche