I have a jsp file in which i have a struts autocompleter box of struts jquery plugin. This box is not taking any other value which is not in the autocomplete list after setting forceValidOption
to false
. What is the problem ?
Asked
Active
Viewed 196 times
3

Aleksandr M
- 24,264
- 12
- 69
- 143

Amit Das
- 1,077
- 5
- 17
- 44
1 Answers
0
I got the answer, if you set selectbox
to true
than it will not take any other value other than list with. You have to set selectbox
to false
with forceValidOption
to false
.

Amit Das
- 1,077
- 5
- 17
- 44