|
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 |
|
ImmediateRadioChoice of project wicket-contrib-dojo? Or check out
AjaxCheckBox which is build around what will be the default Ajax support of Wicket. Eelco On 2/6/06, Frank Silbermann <[hidden email]> 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 > > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! <a href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Wicket-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
In reply to this post by Frank Silbermann
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 <[hidden email]> wrote:
|
|
In reply to this post by Frank Silbermann
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----- if ajax see Eelco's response On 2/6/06, Frank Silbermann <[hidden email]>
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 |
|
if you are using RadioChoice or some other components that support that functionality then yes that is all you need to do.
-Igor On 2/6/06, Frank Silbermann
<[hidden email]> wrote:
|
| Powered by Nabble | Edit this page |
