[Seaside] Rendering content...

Tony Giaccone tony at giaccone.org
Wed Nov 26 14:54:25 UTC 2008



Most of my information about how to use Seaside has come from the  
Hasso Plattner Institut.  The examples of how to render components is  
fairly limited.



html div
	class: 'menu';
	with: self menuComponent.


This wraps the menuComponent with a div that has class 'menu'.

My question is what if you just wanted to render the menuComponent and  
not wrap it in a div?

Suppose I have two components.  TopOfPage and a second component  
BottomOfPage.

How do I get the page to render just these two components?



Tony



More information about the seaside mailing list