[Seaside] Question about div

Brian Brown rbb at techgame.net
Sat Oct 7 22:42:40 UTC 2006


Hello all,

I'm using div like so:

html div
	class: 'foo';
	with: [html render: widget].


which gives me my widget html embedded:

<div></div>
<class>foo</class>
<with>
     ... widget html in here.
</with>


Methinks that is not correct; can I not do a render: in a with:[]?

Brian



More information about the Seaside mailing list