Re: How to know what RadioGroup was selected?

2011-04-06 Thread James Carman
On Wed, Apr 6, 2011 at 10:28 PM, Paolo wrote: > Great!! You was very fast to reply! And I solved my problem with: > > System.out.println ("Tipo pagamento:"+bean.getMyInt()); > > Thank you very much!!! > No problem. That's what Wicket is all about, models. Your RadioGroup "edits" the model you g

Re: How to know what RadioGroup was selected?

2011-04-06 Thread Paolo
Alle giovedì 07 aprile 2011, James Carman ha scritto: > What is the value of "myInt"? That should tell you which one was selected. > > On Wed, Apr 6, 2011 at 10:15 PM, Paolo wrote: > > I implemented this example in my application > > > > https://cwiki.apache.org/WICKET/using-radiogroups.html > >

Re: How to know what RadioGroup was selected?

2011-04-06 Thread James Carman
What is the value of "myInt"? That should tell you which one was selected. On Wed, Apr 6, 2011 at 10:15 PM, Paolo wrote: > I implemented this example in my application > > https://cwiki.apache.org/WICKET/using-radiogroups.html > > But, how I can know what radio button of radiogroup the user sele

How to know what RadioGroup was selected?

2011-04-06 Thread Paolo
I implemented this example in my application https://cwiki.apache.org/WICKET/using-radiogroups.html But, how I can know what radio button of radiogroup the user selected? This is a part of the html code: This is a part of the java code