Return-Path: X-Original-To: apmail-wicket-users-archive@minotaur.apache.org Delivered-To: apmail-wicket-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C9F2CDF1 for ; Thu, 17 May 2012 08:58:14 +0000 (UTC) Received: (qmail 96732 invoked by uid 500); 17 May 2012 08:58:13 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 96523 invoked by uid 500); 17 May 2012 08:58:13 -0000 Mailing-List: contact users-help@wicket.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@wicket.apache.org Delivered-To: mailing list users@wicket.apache.org Received: (qmail 96474 invoked by uid 99); 17 May 2012 08:58:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2012 08:58:11 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.250.139 is neither permitted nor denied by domain of harikaareddyitsme@gmail.com) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2012 08:58:05 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SUwWm-0001xL-EJ for users@wicket.apache.org; Thu, 17 May 2012 01:57:44 -0700 Date: Thu, 17 May 2012 01:57:44 -0700 (PDT) From: chaitanya b To: users@wicket.apache.org Message-ID: In-Reply-To: <4FB4B67D.2020601@ciseonweb.it> References: <4FB4B67D.2020601@ciseonweb.it> Subject: Re: How to save the selected radio choice option in wicket MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit add( new RadioChoice("radioButton", new PropertyModel(this, "selected" ),GENDER ).setSuffix("")); Here I taken Gender as a list of values dynamically . The fields are saved successfully when the form was saved. In the registration page i retrieve the fields what i have added. In that i select one option and click the save button but i am getting the null value. The selected value is not saved -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-save-the-selected-radio-choice-option-in-wicket-tp4642586p4642713.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org For additional commands, e-mail: users-help@wicket.apache.org