On Wed, 10 Sep 2014 14:14:01 -0300, Boris Horvat <horvat.z.bo...@gmail.com> wrote:

    public List onPassivate() {

        List a = new ArrayList();
        a.add(selectedScene);
        a.add(selectedShot);
        a.add(selectedComponent);
        return a;
    }

onPassivate() doesn't work returning a List. Return an Object[] instead and it'll work.

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

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

Reply via email to