Re: Model object properties go null after RestartResponseAtInterceptPageException.

2009-12-15 Thread Johan Compagner
isnt your page not just a brand new shiny new instance? place a breakpoint in your constructor On 14/12/2009, Warren Bell warr...@clarksnutrition.com wrote: Does Any body have any ideas, I am stuck and can't figure this out. I have a page with about 10 text fields. The model for the page is a

Re: Model object properties go null after RestartResponseAtInterceptPageException.

2009-12-15 Thread Warren Bell
No it looks like it is the same instance, Its constructor is only being called once. I can watch the model object and see when it gets set to null, though I am not sure what I am looking for as far as what is setting it to null. It gets set to null on the way back to the page from the login.

RE: Model object properties go null after RestartResponseAtInterceptPageException.

2009-12-14 Thread Warren Bell
Does Any body have any ideas, I am stuck and can't figure this out. I have a page with about 10 text fields. The model for the page is a ValueMap. All of the values in the ValueMap get set to null when a user gets redirected back to the original page after a

Model object properties go null after RestartResponseAtInterceptPageException.

2009-12-11 Thread Warren Bell
I have a page with about 10 text fields. The model for the page is a ValueMap. All of the values in the ValueMap get set to null when a user gets redirected back to the original page after a RestartResponseAtInterceptPageException. All of the keys in the ValueMap are still there. What do I