Robert ... wrote: > > I'm making a forum project to learn about Wicket, Hibernate & Spring. > It has been interesting, but now I am kinda stuck for a while on > authentication/authorization. > > The difficulty I am having is that the "roles" a user can have is > based on the forum he is on. Each forum is owned by a different user. > So a user can be a "forum administator" on forum A, but be a > "registered user" on forum B. All examples I see seem to determine > the roles context-free. >
See this thread for a description of how I do context (or data) sensitive roles. http://www.nabble.com/Best-Practices-for-accessing-repainting-sibling-cousin-components--tf3841514.html#a10895313 -- View this message in context: http://www.nabble.com/Context-sensitive-roles-tf4479548.html#a12775716 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
