Hi,

which kind of hack are you using? Behavior AjaxFormComponentUpdatingBehavior does a similar thing. It uses the following code:

formComponent.inputChanged();
formComponent.validate();

then you can call formComponent.getConvertedValue() to get current value if validation succeeded.
Guys,

Please consider making of FormComponent.convertInput() public.
I have following situation:
By ajax I should send whole form to server side. defaultProcessing=false,
but during processing I should know actual entered value to a specific
component.
Once that mentod is protected - it can't be done without "hacks".

P.S. Are you accepting Pull Ruquests on github.com?

Thanks,

Ilia


Reply via email to