Hi guys, Paolo Bonzini pravi:
> I guess then #render:/#renderOn: vs. #build:/#buildOn: is just a matter > of Seaside vs. Aida legacy. This is not just a matter of naming. Both approaches are actually pretty different. While #render renders HTML immediately and directly to the response, #build in both Iliad and Aida builds first a composite tree of the Widget/Component/Page, then the next step is actual rendering of HTML to the response. That's why they are "painting" the page while we are "composing" it. Best regards Janko _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
