On Mon, 26 Nov 2001 17:45:20 -0500 (EST) Sam Tregar <[EMAIL PROTECTED]> wrote: > > How do we pass parameters to component? Like this? > > > > <TMPL_COMP><TMPL_VAR name="foo"></TMPL_COMP> > > I agree - this is a weakness in my original spec. Maybe something like: > > <tmpl_comp name="Some::Component" args="foo,bar"> > some text args > </tmpl_comp>
Got it. "some text args" is a literal text, while "foo,bar" is param's key string. right? -- Tatsuhiko Miyagawa <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
