On 01/14/2003 09:55:17 AM Aaron Held wrote:

>My idea is to create a master template w/ a function call in the content
>area.
>
>cheetah-
><td>
>$getPageContent()
></td>
>
>servlet.
>def getPageContent(self):
>    t = self.pagetemplate
>    t.data = self.data
>    self.writeln(t)
>

Interesting twist. Apart from losing the inheritance (which I think is a
very big deal), doesn't this mean that the template is nominally in
control, because it--in a sense--initiates the call to the servlet? I'm not
sure if this is good or bad. Right now, my thinking is that it is better to
have the servlet in control.

...Edmund.



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to