> Problem is I can't call form.validate() or more importantly > form.updateFormComponentModels from the link's onSubmit method because > those methods are private. What's the preferred way to retain user > input without validating it a doing other form processing magic?
I just hit me that i can't call updateFormComponentModels even if I could because i haven't validated my input so there may be strings and my model may accept only intergers for example. So what method should I call then just to show the modified listview (an element added or deleted) with the previous values, not necessarily putting them into the model. This is normally done it I don't bypass the defaultformprocessing and the validation results with an error, so there should be a way to invoke it by hand... -- Wojtek Biela --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]