Re: Scroll to feedback on ajax

2017-12-07 Thread Sven Meier
Hi, target.focusComponent(null) should remove all focus. Have fun Sven Am 07.12.2017 um 16:53 schrieb Entropy: That sounds plausible. Is there any way to override that behavior? We tried focusComponent() and it didn't seem to work any better. -- Sent from:

Re: Looking for contact information for Java User Group in Hyderabad, India

2017-12-07 Thread Kiran Ayyagari
Hi Martijn, On Wed, Dec 6, 2017 at 7:26 PM, Martijn Dashorst wrote: > Heya, > > I might be traveling to Hyderabad, India and was wondering if the local > Java User Group is active and would like a session on Wicket 8 or anything > else. > I don't know how active is

Re: Disabling a link based on the authorization state of the page it links to.

2017-12-07 Thread Martin Nielsen
Brilliant. Thank you:) On Thu, Dec 7, 2017 at 10:31 AM, Andrea Del Bene wrote: > Hi, > > you can do it using your IAuthorizationStrategy: > > IAuthorizationStrategy as = > Application.get().getSecuritySettings().getAuthorizationStrategy(); >

Re: Scroll to feedback on ajax

2017-12-07 Thread Entropy
That sounds plausible. Is there any way to override that behavior? We tried focusComponent() and it didn't seem to work any better. -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To

Re: Disabling a link based on the authorization state of the page it links to.

2017-12-07 Thread Andrea Del Bene
Hi, you can do it using your IAuthorizationStrategy: IAuthorizationStrategy as = Application.get().getSecuritySettings().getAuthorizationStrategy(); as.isInstantiationAuthorized(Page.class); On Thu, Dec 7, 2017 at 10:08 AM, Martin Nielsen wrote: > Hello everyone. > > I

Disabling a link based on the authorization state of the page it links to.

2017-12-07 Thread Martin Nielsen
Hello everyone. I have been looking through this guide: https://ci.apache.org/projects/wicket/guide/6.x/guide/security.html I am currently trying to implement the AnnotationsRoleAuthorizationStrategy but I have a followup question. I would like to create a navbar with Links which disable