I mean like a dataprovider for any control -- that "backs" the value so that when you change the value in the control and submit the field value of this class is updated.
On Thu, May 27, 2010 at 1:43 AM, Bob Schellink <[email protected]> wrote: > Hi David, > > On 26/05/2010 21:50, David Rosenstark wrote: > > Sorry for this basic question but i am pretty new to Click. > > I am looking to see if i can easily bind the values of a class to > > controls on the page without having to manually using an onChange to > > each TextField that updates my DTO class. Is this possible? > > > Do you mean Form.copyTo/copyFrom? 'onchange' is a JavaScript event so not > sure how you want to use > that. Unless you want to submit the form each time the value of a field > changes? > > Kind regards > > Bob >
