-Igor
After I submitted my question, I looked further into the JavaDoc, and it appears that all I need do is override the method:
protected boolean wantOnSelectionChangedNotifications()
to return TRUE.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Johan Compagner
Sent: Monday, February 06, 2006 12:42 PM
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] need pointer for info
if ajax see Eelco's response
if not ajax, you just want a form submit when a selection is changed. Why not make that _javascript_ on those radio's that does this.form.submit() (or something like that)
johan
On 2/6/06, Frank Silbermann < [EMAIL PROTECTED]> wrote:
How do I build a set of radio buttons that automatically post back when the selection is changed? Is there an example anywhere on one of the Wicket sights someone can point me to? /Frank Silbermann