[Seaside] Magritte Chapter in Seaside Book - Missing Method

Esteban A. Maringolo emaringolo at gmail.com
Thu Feb 20 20:43:25 UTC 2014


Do you have the Magritte-Seaside package installed?

With Pharo2, Seaside3.1, Magritte3.1 the method #asComponent is in
Object under the category '*magritte-seaside-converting'

Regards!



Esteban A. Maringolo


2014-02-20 15:36 GMT-03:00 Bruce Prior <b.prior at ieee.org>:
> Further to my previous posts on this subject, I looked into a Seaside-2.8.4
> image
>  to find that:
>
> 1. The method, asComponent, is in the class Object.
>
>    Object >> asComponent
>     ^self description asComponentOn: self
>
> 2. The method, asComponentOn:, is in the class MAContainer.
>
>    MAContainer >> asComponentOn:
>     ^self componentClass
>        memento: (anObject mementoClass
>                  model: anObject
>                  description: self)
>
> I haven't found these methods in Pharo3/Seaside3/Magritte3.
>
> How are components created from descriptions without them?
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list