[Seaside] gotos with 2.3b?

Julian Fitzell julian at beta4.com
Wed Jun 4 09:45:25 CEST 2003


Ragnar Hojland Espinosa wrote:
> I'm attempting to learn my way around 2.3b.  How do you do gotos and
> calls to replace the current rendered component?
> 
> I tried this:
> 
> onCompany: anExCompany
> 	   self call: (ExViewCompany new company: anExCompany)
> 	   
> but ExViewCompany>>renderContentOn doesnt show up.

I assume you mean #renderContentOn: ?  If not then that is your problem: 
you need to take a WAHtmlRenderer as a parameter and use that to do your 
html output.  If that was just a typo, could you post some code 
snippets?  What you've posted above looks pretty reasonable as far as I 
can see.

Julian



More information about the Seaside mailing list