[Seaside] Re: Broken Seaside on SqueakMap

Nevin Pratt nevin at smalltalkpro.com
Sun Jun 29 14:15:08 CEST 2003



tblanchard at mac.com wrote:

> OK, just to make sure, I just took a new 3.5 image,
> removed the worlds of squeak, killed the big brother mouse, closed all 
> the windows, opened/loaded a squeak map, loaded Commanche, loaded 
> Seaside from the squeakmap, created an app with WAControllerSession, 
> created new page as subclass of WAComponent, and implemented
>
> renderOn: html
>
>     html anchorWithAction: [self inform: 'Login not implemented' ] 
> text: 'Login'.
>
> Clicking Login does nothing but inspecting the current page shows a 
> WADialog has been set up as the delegate.
>
> So I'm stumped.
>

Yep, I'm seeing it too.  And, I'm seeing this in production, at our 
bountifulbaby.com site.

Fortunately, I don't do many calls or informs at the site.  Mostly I 
replace an instance variable in my main component with the subcomponent 
to render, and then just re-render the main component.  And this is how 
almost all of the site pages are rendered, using this scheme.  So most 
of my site is unaffected by this issue.

But, there are a couple of areas that are effected.  For example, if 
somebody tries to order a higher quantity of an item than what we have 
stock for, it #informs them of it-- and that is broken now.  And, there 
are a couple other little areas as well.

So, it's not a catastrophic problem for the site, so it is not forcing 
me to backrev.  But yes, it is a problem.

Nevin




More information about the Seaside mailing list