hi list,<br>I have an application where a user has a default page with some management capabilities.<br>For instance the user can log in and choose from different stylesheets and when he logs out the change is applied on the fly on the default page. This is done overriding #updateRoot and answering the data I need when the user logs out<br>
<br>updateRoot: aRoot<br><br>    super updateRoot: aRoot.<br>    aRoot addStyle: self style<br><br>At this point I need the user to be able to change other parts, like the links he wants to show on the page,  but in #updateRoot: there is no access to the canvas.<br>
<br>It is possible to do a partial or full refresh from #updateRoot ? Better, it is the right place to do it or there is another solution?<br><br>Thanks<br><br>Christian<br>