On Mon, 02 Dec 2013 07:21:27 -0200, John <j...@quivinco.com> wrote:

Hi,

Hi!

I pass parameters to some of my componenets but they don't persist by default

And that's a very good thing. The less state you keep in memory, the better. You are the one who knows what should be persisted and what shouldn't. Actually, almost 100% of the time it makes no sense to persist component parameters exactly because they're being passed from someone else to them. If you need to persist something, it's generally in pages or services (through ApplicationStateManager).

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br
Help me spend a whole month working on Tapestry bug fixes and improvements: http://igg.me/at/t5month

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

Reply via email to