On Wed, 29 Jan 2014 17:58:08 -0200, Dimitris Zenios <[email protected]> wrote:

I am not sure whether i will be able to cast to collection.Maybe tapestry
is doing some magic with BindParameter.

You don't need to cast it to a Collection, because Iterable is exactly the Java interface implemented by any class which provides an Iterator. Just use Iterable and its iterator() method directly.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to