On Wed, 29 Jan 2014 17:58:08 -0200, Dimitris Zenios <dimitris.zen...@gmail.com> 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: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org

Reply via email to