Sorry for what is likely an easy question.

I'm having users use an AutoCompleter to select something (in this case
wine). I've turned off the forceValid option with the intent of adding the
input as a new value if it doesn't match the list.

How do I access the value that a user input when it doesn't match something
on the list. Currently, if I try to access the value, it's null and throws a
null pointer exception.

<span jwcid="[EMAIL PROTECTED]" id="wineChooser"
value="ognl:wineType" model="ognl:wineAutoComleteModel"
maxListLength="ognl:7" forceValidOption="ognl:false"/>

--
--------------
Daniel Leffel
[EMAIL PROTECTED]
www.rexee.com

Reply via email to