[Seaside] Having one problem with WACounter tutorial

Ryan Bell ryan.l.bell at gmail.com
Sun Jan 28 00:23:04 UTC 2007


Thanks everybody! That took care of it.

On 1/27/07, Philippe Marschall <philippe.marschall at gmail.com> wrote:
> 2007/1/27, Ryan Bell <ryan.l.bell at gmail.com>:
> > My image is squeak-dev-72-2.image
> >
> > When I'm trying to change the links in the counter to buttons (as
> > specified in the tutorial), I get this error:
> >
> > MessageNotUnderstood: WARenderCanvas>>submitButtonWithAction:text:
> >
> > Here's the code cut and pasted from the tutorial:
> >
> > renderContentOn: html
> >     html form:  [
> >        html heading: count.
> >        html submitButtonWithAction: [self increase] text: '++'.
> >        html space.
> >        html submitButtonWithAction: [self decrease] text: '--'
> >      ].
> >
> > Can anyone tell me what I am missing?
>
> The tutorial was outdated. We wanted to update it for a long time but
> never did it, I'm really sorry about that. So I just updated it. It
> "should" work now.
>
> Id would we cool if someone would review it (acutally Lukas promised
> to review it if I update it ;) ).
>
> Cheers
> Phlippe
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


-- 
Ryan L. Bell
http://kofno.wordpress.com
http://kofno.blogger.com


More information about the Seaside mailing list