Re: [htmltmpl] Dynamic TMPL_VAR names? Is it possible?

2002-08-13 Thread Fran Fabrizio
ing how you're using the associate feature, it's hard to come up >with a workaround. It seems like loops should work for you, but if whatever >youre doing with associate is making that impossible, perhaps you could >include the portion of your code where you use associate? > &

RE: [htmltmpl] Dynamic TMPL_VAR names? Is it possible?

2002-08-13 Thread Fran Fabrizio
A loop does me no good. If I have two sites, and I use a loop like suggested, I get a form that looks something like: etc Two form fields in the same form with the same name = broken form. :-( Even worse, when I go to repopulate the 'associate' feature has I think now clobbered one

[htmltmpl] Dynamic TMPL_VAR names? Is it possible?

2002-08-13 Thread Fran Fabrizio
Hello! What I'm wondering is if this is possible: _name value=_name> > We're trying to use the 'associate' feature, but the form field names need to be unique each time we load the form (because the form may have site_12345_name and site_67890_name this field can't be just site_nam

[htmltmpl] global_vars / endless loops / HTML::Template::Expr

2002-07-08 Thread Fran Fabrizio
Hello, I'd really like to use HTML::Template::Expr, but I currently cannot because it forces global_vars on, and global_vars causes an infinite loop with my most complex template. Is the infinite looping a known issue? The template that causes it is 7 or 8 nested TMPL_LOOP's, all with the same