I have a Page subclassing a BorderTemplate Page which adds a control ("Login/Logout" - a PageLink named "logoutLink").
When I make the subclassed Page stateful, I get an Exception that the "model" already contains value named "logoutLink" when I submit the form on this page.
When I set stateful to false, I don't get the exception. What am I doing wrong here? Thanks for your help in advance. -- Thanks,Vikram Natarajan
