[Seaside] Using one component to render multiple views?

Cédrick Béler cbeler at enit.fr
Fri Aug 11 12:29:32 UTC 2006


Hi

I'm not sure but maybe you could use magritte for that...
If you have descriptions on your model's classes, you can automaticly 
build components that will be rendered by seaside with the command:

aModel asComponent


For instance you can have a seaside interface with validanting form with 
the command:

result := self call: (aModel asComponent
   addValidatedForm;
   yourself).


see the slides from Lukas here:
http://www.lukas-renggli.ch/smalltalk/magritte/tutorial.pdf

http://www.lukas-renggli.ch/smalltalk/magritte


Cédrick



More information about the Seaside mailing list