Quantcast

need pointer for info

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

need pointer for info

Frank Silbermann

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

 

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: need pointer for info

Eelco Hillenius
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: need pointer for info

Johan Compagner
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:

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

 


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

RE: need pointer for info

Frank Silbermann
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-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Johan Compagner
Sent:
Monday, February 06, 2006 12:42 PM
To: [hidden email]
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 <[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

 

 

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: need pointer for info

Igor Vaynberg-2
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:

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: [hidden email] [mailto:[hidden email]] On Behalf Of Johan Compagner
Sent:
Monday, February 06, 2006 12:42 PM
To: [hidden email]
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 <[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

 

 


Loading...