You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by "wicket@geofflancaster.com" <wi...@geofflancaster.com> on 2010/01/19 19:02:55 UTC

palette onSubmit

Can anyone tell me which methods are called on a palette when it is
submitted?

i know the recorder keeps track of the selected items but how are they
persisted after a form submit? ie. what method is called to make them stay
selected?

--------------------------------------------------------------------
mail2web.com – Enhanced email for the mobile individual based on Microsoft®
Exchange - http://link.mail2web.com/Personal/EnhancedEmail



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


Re: palette onSubmit

Posted by Igor Vaynberg <ig...@gmail.com>.
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, wicket@geofflancaster.com
<wi...@geofflancaster.com> wrote:
> Can anyone tell me which methods are called on a palette when it is
> submitted?
>
> i know the recorder keeps track of the selected items but how are they
> persisted after a form submit? ie. what method is called to make them stay
> selected?
>
> --------------------------------------------------------------------
> mail2web.com – Enhanced email for the mobile individual based on Microsoft®
> Exchange - http://link.mail2web.com/Personal/EnhancedEmail
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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