On Mon, 24 Aug 2015 21:19:25 -0300, yazmin georgina quintal <geolit...@yahoo.com.mx> wrote:

I Know tapestry weave my page.java, I think that by some reason the weaving is replacing variable resultados with a cached value and using it in place of the returned value from JDO,

Tapestry does change the bytecode of page, component and mixin classes, but it doesn't change the body of methods. There's the @Cached annotation, but it just works on the return value. I don't think this is related to Tapestry.

--
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