Struts2 autocompleter struts jquery tag doesn't accept other value than list after setting forceValidOption to false
I have a file jsp, in which I have a block autocompleter window the struts the jquery plugin . This block does not accept any other value that is not in the autocomplete list after being set forceValidOption
to false
. What is the problem?
I got the answer if you set selectbox
to true
, otherwise it won't take any other value than a list. You must install selectbox
in false
from forceValidOption
to false
.