Debouncing ajax calls..

2011-06-15 Thread Tom Howe
Hi, is there a supported way to make setThottleDelay keep resetting the timer and only action the event after the last change. I can see 'postponeTimerOnUpdate' as an option to Wicket.Throttler in the wicket ajax js but dont know how to activate it. Should I manually create a wicket.throttler

Ajaxifying RadioGroups

2011-05-21 Thread Tom Howe
Hi, Hi, I am trying to build a RadioGroup that triggers an ajax callback so I can refresh another panel with the value set in the radio. I couldn't find a good example anywhere and I've failed using the AjaxFormChoiceComponentUpdatingBehavior in the following code. What am I doing wrong here..

Re: Ajaxifying RadioGroups

2011-05-21 Thread Tom Howe
ignore this - some jquery I had was breaking the wicket javascript. On Sat, May 21, 2011 at 8:16 PM, Tom Howe tomh...@artcore.com wrote: Hi, Hi, I am trying to build a RadioGroup that triggers an ajax callback so I can refresh another panel with the value set in the radio. I couldn't find

Adding openid-authentication to spring/wicket-auth-roles?

2010-12-29 Thread Tom Howe
I have followed the instructions at https://cwiki.apache.org/WICKET/spring-security-and-wicket-auth-roles.html to integrate basic user/pass authentication using Spring security into my wicket app. How would I go about adding open-id authentication? Spring security supports openid-login as a config

Re: Adding openid-authentication to spring/wicket-auth-roles?

2010-12-29 Thread Tom Howe
that I have authenticated them? Tom On Wed, Dec 29, 2010 at 12:49 PM, Eric Hamel dantehick...@gmail.com wrote: This might help... http://www.ibm.com/developerworks/java/library/j-openid/index.html On Wed, Dec 29, 2010 at 5:04 AM, Tom Howe tomh...@artcore.com wrote: I have followed