Re: palette onSubmit

2010-01-21 Thread wic...@geofflancaster.com
:13 -0800 To: users@wicket.apache.org Subject: Re: palette onSubmit you can get the items using palette.getrecorder().getconvertedinput() -igor On Tue, Jan 19, 2010 at 3:27 PM, wic...@geofflancaster.com wic...@geofflancaster.com wrote: well if the form doesn't validate it calls the onError method

Re: palette onSubmit

2010-01-21 Thread wic...@geofflancaster.com
: - From: wic...@geofflancaster.com wic...@geofflancaster.com Date: Thu, 21 Jan 2010 17:35:53 -0500 To: users@wicket.apache.org Subject: Re: palette onSubmit Are there any other solutions? palette.getrecorder().getconvertedinput() returns a String, i need it to return a serialized list

Re: palette onSubmit

2010-01-19 Thread wic...@geofflancaster.com
Date: Tue, 19 Jan 2010 10:31:44 -0800 To: users@wicket.apache.org Subject: Re: palette onSubmit Recorder is a HiddenField-FormComponent so the regular form component workflow methods are called on it. -igor On Tue, Jan 19, 2010 at 10:02 AM, wic...@geofflancaster.com wic...@geofflancaster.com wrote

Re: palette onSubmit

2010-01-19 Thread Igor Vaynberg
: - From: Igor Vaynberg igor.vaynb...@gmail.com Date: Tue, 19 Jan 2010 10:31:44 -0800 To: users@wicket.apache.org Subject: Re: palette onSubmit Recorder is a HiddenField-FormComponent so the regular form component workflow methods are called on it. -igor On Tue, Jan 19

Re: palette onSubmit

2010-01-19 Thread wic...@geofflancaster.com
@wicket.apache.org Subject: Re: palette onSubmit if you set up your models properly then selected items stay selected. eg [1] where selected items stay selected after submit button is pressed [1] http://wicketstuff.org/wicket/compref/?wicket:bookmarkablePage=:org.apache.w icket.examples.compref.PalettePage

Re: palette onSubmit

2010-01-19 Thread wic...@geofflancaster.com
is there any way i can get around form validation using ajaxformsubmitbehavior? Original Message: - From: Igor Vaynberg igor.vaynb...@gmail.com Date: Tue, 19 Jan 2010 14:19:28 -0800 To: users@wicket.apache.org Subject: Re: palette onSubmit you should use ajaxformsubmitbehavior

Re: palette onSubmit

2010-01-19 Thread Igor Vaynberg
Vaynberg igor.vaynb...@gmail.com Date: Tue, 19 Jan 2010 14:19:28 -0800 To: users@wicket.apache.org Subject: Re: palette onSubmit you should use ajaxformsubmitbehavior instead - that way all the values are submitted. -igor On Tue, Jan 19, 2010 at 2:11 PM, wic...@geofflancaster.com wic

Re: palette onSubmit

2010-01-19 Thread wic...@geofflancaster.com
: - From: Igor Vaynberg igor.vaynb...@gmail.com Date: Tue, 19 Jan 2010 15:11:43 -0800 To: users@wicket.apache.org Subject: Re: palette onSubmit why would you want? simply do not repaint the feedback panel... -igor On Tue, Jan 19, 2010 at 3:07 PM, wic...@geofflancaster.com wic...@geofflancaster.com

Re: palette onSubmit

2010-01-19 Thread Igor Vaynberg
: Re: palette onSubmit why would you want? simply do not repaint the feedback panel... -igor On Tue, Jan 19, 2010 at 3:07 PM, wic...@geofflancaster.com wic...@geofflancaster.com wrote: is there any way i can get around form validation using ajaxformsubmitbehavior? Original Message