Hi. I think you will need to share the code in order to get any help with this.
Regards Sigbjørn Tvedt On 27 December 2012 18:03, nhhockeyplayer nashua <nhhockeypla...@hotmail.com > wrote: > > Folks, > > I am trying to perform a simple init for a couple page variables (oops > properties) > > but setUpRender and onActivate are not cutting it > > my properties become null at some stage phase or state of the page cycle > and I need to set them back > if I am authenticated, I want to set them to what is in my database > if I am not authenticated I want to hardwire them to some static constant > > but I only want to do this once for the lifetime of the page during being > authenticated/unauthenticated and I am not sure if that has anything to do > with the life time of the page itself... which seems unknown at this point > or whether it even exists other than bootstrap. > > currently my properties are getting nulled out and subsequent logins are > assuming what was hardwired as opposed to resuming what was persisted in > the database. And on subsequent logins I want to resume whats persisted in > the database not whats hardwired while unauthenticated. > > Who is knocking my properties to null? Can I influence this? > > Why arent they being nulled during subsequent logins? ... because thats > when I attempt to resume to persiste whats in the database and at that > point something is not nulling the properties... and the hardwired values > are clobbering my database persisted ones from previous. > > Help > > Best regards > and thanks... KEN