On Fri, 19 Dec 2003, Cahill, Earl wrote:

> I really did try to find an answer, but let's say I have something like this
> 
> my $form = {
>   first_name_error          => "[% first_name_required_error %]",
>   first_name_required_error => "Your first name is required",
> };
> 
> then in my template I have
> 
> [% first_name_error %]

Try this:

 [% first_name_error | eval %]

Take care,

Dave

/L\_/E\_/A\_/R\_/N\_/T\_/E\_/A\_/C\_/H\_/L\_/E\_/A\_/R\_/N\
Dave Cash                              Power to the People!
Frolicking in Fields of Garlic               Right On-Line!
[EMAIL PROTECTED]                                  Dig it all.


_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to