On Wed, Apr 6, 2011 at 10:28 PM, Paolo <irresistible...@gmail.com> 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 give it, which in your case was a property model
pointing to the "myInt" property on your bean.  I would suggest you
check out the Wicket Wiki pages, especially:

https://cwiki.apache.org/WICKET/more-on-models.html

Enjoy and Happy Wicketeering!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to