Changed to RadioGroup and implemented following code. ---------------------------------------------------------------- radioBtnOptionA.add(new AjaxEventBehavior("onclick") { @Override protected void onEvent(AjaxRequestTarget target) {
// doSomething; radioGroup.setModelObject("optionA"); } }); ---------------------------------------------------------------- Implemented above code also for optionB radio button. (you need to implement this for each radio button and add button to radio group) It worked. Thank you for your time. Regards, Shantanu -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/RadioChoice-model-not-updated-in-tomcat-with-liferay-portal-tp3565419p3570878.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org