I am using T5 for my current application. There are cases when I need to have
a field's value retain after the request. I know using @Persist it will
work, but I do not want to store so many values in session. I found there
are some samples which use @Retain. By definition, it is said as "By marking
such fields with the Retain annotation, the fields will not be discarded at
the end of the request... This is quite different from Persist, because the
value that's allowed to be retained is not stored persistently; it is simply
not cleared out...".

If it is not cleaned out after the request, when is it cleaned out?

Thanks,

David
-- 
View this message in context: 
http://www.nabble.com/T5%3A-when-is-a-filed-with-%40Retain-cleaned--tp16573382p16573382.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to