On Thu, 19 Sep 2013 11:07:20 -0300, George Christman <gchrist...@cardaddy.com> wrote:

Michael, Thanks that worked perfectly, however for some strange reason, I
still need the value encoder. Without it, I get the following error.

You must correct the following errors before continuing.

   - Selected option is not listed in the model.

ValueEncoder is completely independent of SelectModel and vice-versa. ValueEncoder makes object -> String conversions used as the value attribute of <select> conversions and vice-versa. SelectModel defines the options (OptionModel instances), and OptionModel defines the object and its labels.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to