[Seaside] gotos with 2.3b?

Ragnar Hojland Espinosa ragnar at linalco.com
Thu Jun 5 00:55:10 CEST 2003


On Wed, Jun 04, 2003 at 11:14:08AM -0700, Avi Bryant wrote:
> 
> On Wed, 4 Jun 2003, Ragnar Hojland Espinosa wrote:
> 
> > WAComponent subclass: #ExListCompanies
> > renderContentOn: html
> >         companies do: [:each | html anchorWithAction: [self onCompany: each] text: each name ].
> > onCompany: anExCompany
> >         self call: (ExViewCompany new company: anExCompany)
> >
> >
> > WAComponent subclass: #ExViewCompany
> > renderContentOn: html
> >         html text: company name
> 
> There's nothing wrong with any of this code.  As Derek asked, what
> behavior are you seeing?  The list shows up but when you click on any of
> the links you get... a blank page?  Something else?

I get a list of companies, I cilck on it.. and nothing happens.

> Is it possible that "company name" returns nil?

Even if it was null, the "full" method has table headers and other
stuff which doesnt appear..  Anyway, since its right I'll hdig a bit
more and see what am I msesing up.  
-- 
Ragnar Hojland - Project Manager
Linalco "Especialistas Linux y en Software Libre"
http://www.linalco.com Tel: +34-91-5970074 Fax: +34-91-5970083


More information about the Seaside mailing list