On 7/16/05, Kevin Menard <[EMAIL PROTECTED]> wrote: > Hey all, > > I think this came up before, but I can't find it anywhere in my mail > archive, so apologies if it has. Basically, my question has to do > with the lifecycle of page properties in Picasso. In Tapestry 3, I > used to create setter methods in a page class, set a few values on a > page instance, then either activate() or throw a > PageRedirectException on that instance. In Picasso, however, I'm > finding when that page instance loads, all those values I set are > reset, which is growing to be a bit of a pain.
I haven't seen this and I can't explain why you would. The code is cut and dried and little changes from 3.0. Are you using abstract properties? Are any persistent? Are you loading in the same request or a later one? > > Any idea why this is? > > Thanks, > Kevin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
