Hi!

Is there a simple way to make DropDownChoice.onChange behave in a
manner somewhat similar to an
AjaxFallbackButton.setDefaultFormProcessing(false).onClick?

I have a dropDown and a textField. They are both within a PANEL that
gets AjaxRefreshed whenever the dropdown choice is changed.

The problem is, that even though I re-use the textField, it does not
know its convertedInput (probably because the form has not actually
been submitted?) and it resets itself to its original state. I would
like it to keep its state as it was when the new dropdown value was
selected.

Currently both textField.getConvertedInput and textField.getInput are
null... "All I need" is to attach some defaultFormProcessing(false)
behavoir to the dropDown (and the form submit, ofcourse) ;)

**
Martin

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

Reply via email to