Re: resetting form components

2011-07-04 Thread ruchi
thanks it worked but how do i refresh the ManageAATemplatePanel now? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/resetting-form-components-tp3640382p3643093.html Sent from the Users forum mailing list archive at Nabble.com

Re: resetting form components

2011-07-04 Thread Andrea Del Bene
You should add form reference to Ajax target. target.addComponent(form) Remeber to call setOutputMarkupId on form instance. thanks it worked but how do i refresh the ManageAATemplatePanel now? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/resetting-form

Re: resetting form components

2011-07-03 Thread ruchi
yes i have debugged it, all the other code inside the onSubmit of button is executed perfectly fine. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/resetting-form-components-tp3640382p3641578.html Sent from the Users forum mailing list archive at Nabble.com

Re: resetting form components

2011-07-03 Thread ruchi
yes the button im using is ajaxButton, could you pls expalin a bit what do u mean by adding form to ajaxrequesttarget. thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/resetting-form-components-tp3640382p3641614.html Sent from the Users forum mailing list

Re: resetting form components

2011-07-03 Thread vineet semwal
-- View this message in context: http://apache-wicket.1842946.n4.nabble.com/resetting-form-components-tp3640382p3641614.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: resetting form components

2011-07-03 Thread ruchi
previous values but it still comes up with the previously filled values pls guide -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/resetting-form-components-tp3640382p3641651.html Sent from the Users forum mailing list archive at Nabble.com

Re: resetting form components

2011-07-03 Thread Andrea Del Bene
this message in context: http://apache-wicket.1842946.n4.nabble.com/resetting-form-components-tp3640382p3641651.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

resetting form components

2011-07-02 Thread ruchi
/resetting-form-components-tp3640382p3640382.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

Re: resetting form components

2011-07-02 Thread Andrea Del Bene
[] {}); descField.setModelValue(new String[] {}); thanks in advance -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/resetting-form-components-tp3640382p3640382.html Sent from the Users forum mailing list archive at Nabble.com