ageery

Results 1 issues of ageery

The Select2Choice#renderInitializationScript method calls hasRawInput(), which checks FormControl#rawInput. If there is raw input, Select2Choice then calls Select2Choice#convertInput(). Rather than using FormControl#getRawInput, it uses getWebRequest().getRequestParameters().getParameterValue(getInputName()) This doesn't work in a wizard....