I'm using the wicket-security project from Wicketstuff and I'm having a bit
of trouble figuring out how to reference inner classes in my Hive files. So
normally you can reference a class with something like:

permission ${ComponentPermission} "com.my.company.web.pages.Administration",
"inherit, render";

However I have not been able to figure out how to reference an inner class.
I've tried all fo the following with no luck:

permission ${ComponentPermission}
"com.my.company.web.pages.Administration$MyInnerClass", "inherit, render";

permission ${ComponentPermission}
"com.my.company.web.pages.Administration.MyInnerClass", "inherit, render";

permission ${ComponentPermission}
"com.my.company.web.pages.Administration#MyInnerClass", "inherit, render";

Does anyone know the answer to this?

Matt

-- 
View this message in context: 
http://www.nabble.com/wicket-security-and-inner-classes-tf4844978.html#a13861839
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to