<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="font-family: Times; "><pre>Hi Sergio,</pre><pre>but you 'render' the magritte element into one master renderContentOn: method</pre><pre>for example  with anchor&nbsp;</pre><pre><span class="Apple-tab-span" style="white-space:pre">                </span>html anchor
                        
                callback: [ rsl:= self call: interestPointForm]</pre><pre><span class="Apple-style-span" style="font-family: Times; white-space: normal; "><pre><span class="Apple-tab-span" style="white-space:pre">                </span>with: 'call my magritte form'</pre></span></pre><pre>I hope this help you .</pre><pre><br></pre><pre>Dario</pre><pre><br></pre><pre>|<span class="Apple-tab-span" style="white-space:pre">        </span>inside the class, i set up the initialize method to set some instance
|<span class="Apple-tab-span" style="white-space:pre">        </span>variables to sensible values..

|<span class="Apple-tab-span" style="white-space:pre">        </span>when i create an instance in a workspace, it works just fine..

|<span class="Apple-tab-span" style="white-space:pre">        </span>but when i create my form using magritte like:

|<span class="Apple-tab-span" style="white-space:pre">        </span>initialize
|        super initialize.
|        interestPointForm := InterestPoint new asComponent.
|        interestPointForm addValidatedForm.
|
|<span class="Apple-tab-span" style="white-space:pre">        </span>i just get a blank form, without the initial values filled in..
|
|<span class="Apple-tab-span" style="white-space:pre">        </span>any ideas?
</pre></span></body></html>