In 1.3.2 you will need to implement the interface

public interface MultipleValueEncoder<V>
{
    String toClient(V value);

    List<V> toValue(String[] clientValue);
}

for the encoder

regards
Taha


On Sat, Apr 16, 2011 at 7:29 AM, TG <tapestry...@hotmail.com> wrote:

> I changed as suggested but can't move beyond compilation errors -
>
> GenericMultipleSelectModel is not in 1.3.2 anymore and what exactly are
>
> selectables, YourObject.class, labelPropertyName, valuePropertyName?
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Tapestry-5-2-5-Select-component-s-multiple-property-tp4304338p4306859.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to