[Seaside] Re: [ANN] New Reef page and Tutorial available

Esteban Lorenzano estebanlm at gmail.com
Wed Oct 20 11:54:57 UTC 2010


Ok.. I was not able to reproduce the error... but I discover that I was 
still uploading changes to the old repository (my fault, sorry). 
Please, upgrade to Reef latest version (10) and re try, let's see if 
this solves the problem.

Cheers,
Esteban

On 2010-10-19 19:02:55 -0300, recursive68 at gmail.com said:

> 
> 
> Hi,
> 
> I'm deploying like this:
> 
> REApplication
> registerAsApplication: 'simpleTutorial'
> root: RTWebApplication
> 
> and these are the classes:
> 
> REForm subclass: #RTSearchPart
> instanceVariableNames: ''
> classVariableNames: ''
> poolDictionaries: ''
> category: 'ReefTutorial-View'
> 
> REForm>>initializeContents
> self add: 'Search:'.
> self add: RETextField new.
> 
> 
> WAComponent subclass: #RTWebApplication
> instanceVariableNames: 'searchComponent'
> classVariableNames: ''
> poolDictionaries: ''
> category: 'ReefTutorial-View'
> 
> RTWebApplication>>initialize
> super initialize.
> searchComponent := RTSearchPart new asComponent.
> 
> RTWebApplication>>renderContentOn: html
> html render: searchComponent.
> 
> RTWebApplication>>children
> ^Array with: searchComponent
> 
> 
> Thanks.
> 
> 
> Hi,<div><br></div><div>I&#39;m deploying like this:</div><div><br></div><di=
> v><div>REApplication=A0</div><div><span class=3D"Apple-tab-span" style=3D"w=
> hite-space:pre">	</span>registerAsApplication: &#39;simpleTutorial&#39;</di=
> v><div>
> <span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>root: RTWe=
> bApplication</div></div><div><br></div><div>and these are the classes:</div=
>> <div><br></div><div><div>REForm subclass: #RTSearchPart</div><div><span cl=
> ass=3D"Apple-tab-span" style=3D"white-space:pre">	</span>instanceVariableNa=
> mes: &#39;&#39;</div>
> <div><span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>class=
> VariableNames: &#39;&#39;</div><div><span class=3D"Apple-tab-span" style=3D=
> "white-space:pre">	</span>poolDictionaries: &#39;&#39;</div><div><span clas=
> s=3D"Apple-tab-span" style=3D"white-space:pre">	</span>category: &#39;ReefT=
> utorial-View&#39;</div>
> </div><div><br></div><div><div>REForm&gt;&gt;initializeContents</div><div><=
> span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>self add: &=
> #39;Search:&#39;.</div><div><span class=3D"Apple-tab-span" style=3D"white-s=
> pace:pre">	</span>self add: RETextField new.</div>
> </div><div><br></div><div><br></div><div><div>WAComponent subclass: #RTWebA=
> pplication</div><div><span class=3D"Apple-tab-span" style=3D"white-space:pr=
> e">	</span>instanceVariableNames: &#39;searchComponent&#39;</div><div><span=
>  class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>classVariableNa=
> mes: &#39;&#39;</div>
> <div><span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>poolD=
> ictionaries: &#39;&#39;</div><div><span class=3D"Apple-tab-span" style=3D"w=
> hite-space:pre">	</span>category: &#39;ReefTutorial-View&#39;</div></div><d=
> iv><br>
> </div><div><div>RTWebApplication&gt;&gt;initialize</div><div><span class=3D=
> "Apple-tab-span" style=3D"white-space:pre">	</span>super initialize.</div><=
> div><span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>search=
> Component :=3D RTSearchPart new asComponent.</div>
> </div><div><br></div><div><div>RTWebApplication&gt;&gt;renderContentOn: htm=
> l</div><div><span class=3D"Apple-tab-span" style=3D"white-space:pre">	</spa=
> n>html render: searchComponent.=A0</div></div><div><br></div><div><div>RTWe=
> bApplication&gt;&gt;children</div>
> <div><span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>^Arra=
> y with: searchComponent</div></div><div><br></div><div><br></div><div>Thank=
> s.</div>
> 
> 
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside





More information about the seaside mailing list