On Wed, 21 Nov 2001 05:43:10 +0900 Tatsuhiko Miyagawa <[EMAIL PROTECTED]> wrote:
> http://bulknews.net/lib/archives/HTML-Template-Component-0.01.tar.gz > > Note: > * Needs more tweaks to adjust various ways to call HTML::Template::new() > * use base qw(HTML::Template::Component) is not necessary in my > version :) How is this going on? Times has persuaded me that this implementation is not sufficient, because it processes all component handling on filter phase, which seems too early. How do we pass parameters to component? Like this? <TMPL_COMP><TMPL_VAR name="foo"></TMPL_COMP> But "Component can have another component inside", which seems chicken-egg problem to me. Maybe we should re-consider its API. -- Tatsuhiko Miyagawa <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
