Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

simle template parse question?

Quote Reply
simle template parse question?
Can any

Code:
my $error_msg = "don't do that.";

print Links::Build::build('detailed', { %$rec, %$globals, error => $error_msg });

print Links::SiteHTML::display('detailed',{ %$rec, %$globals, error => $error_msg });

Can anyone explain why the first one won't pass/print the error and the second one will?

Thanks,
mp
Subject Author Views Date
Thread simle template parse question? Swaylock 1931 Jan 8, 2005, 1:30 PM
Thread Re: [Swaylock] simle template parse question?
Andy 1880 Jan 10, 2005, 1:22 AM
Post Re: [Andy] simle template parse question?
Swaylock 1860 Jan 10, 2005, 10:05 AM