Am 01.02.2006 um 01:56 schrieb Christian Mittendorf:
That might be a solution: do ValidPropertySelection and ValidCheckbox record their input values to the ValidationDelegate in any case, even if no error occured?

Thanks for the hints!

I've implemented both classes and added the following code:

rotected void rewindFormComponent(IMarkupWriter writer, IRequestCycle cycle)
{
[...]
IValidationDelegate delegate = getForm().getDelegate();
if(delegate != null)
{
        delegate.recordFieldInputValue(value);
}
[...]

Now every input value is also stored in the FieldTrackings and every validated FormField
is on the list, wether it stores an error or not.

Is there a reason why this is not the "normal" behaviour of these standard components?

Christian




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to