need tutorial help

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

need tutorial help

Mark Volkmann
I'm going through the Seaside tutorial, creating my first component.

After creating a class that inherits from WAComponent, has a canBeRoot  
instance method that returns true and has a renderContentOn: method, I  
browsed http://localhost:8080/seaside/config/. Once there I entered a  
name for a new entry point and pressed the Add button. Now I need to  
select my class as the "Root Component". My class doesn't appear in  
the list though.

Any idea what I'm doing wrong? Maybe I missed a step somewhere.

---
Mark Volkmann




_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: need tutorial help

clarence.westberg
put the canBeRoot on the class side

On Sat, Nov 8, 2008 at 8:27 PM, Mark Volkmann <[hidden email]> wrote:

> I'm going through the Seaside tutorial, creating my first component.
>
> After creating a class that inherits from WAComponent, has a canBeRoot
> instance method that returns true and has a renderContentOn: method, I
> browsed http://localhost:8080/seaside/config/. Once there I entered a name
> for a new entry point and pressed the Add button. Now I need to select my
> class as the "Root Component". My class doesn't appear in the list though.
>
> Any idea what I'm doing wrong? Maybe I missed a step somewhere.
>
> ---
> Mark Volkmann
>
>
>
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside