<span id=":1xi_0es" class="iL B9"></span><div id=":2eu" class="ii gt"><div id=":2eq">Hi folks.<br>I have a component where I&#39;m adding a decorator..<br><br>MyComponent&gt;&gt;inform: aString<br>    self removeDecoration: informDecoration.<br>
    informDecoration := (SBMessage new text: aString; title: self title; yourself).<br>    self addDecoration: informDecoration.<br><br>and then I&#39;m removing that decorator when rendering finish .<br><br>MyComponent&gt;&gt;renderContentOn:html<br>
    self renderMyContentOn: html.<br>    self removeDecoration: informDecoration.<br>    informDecoration := nil.<br><br>I don&#39;t know why, but  the decorator is present at next rendering time for my component.<br><br>
Any clue or comment will be appreciated.<br><br>Thank in advance. Best..<br><br></div></div>