Hi ,
I am using below code to load multiple DCRs on tpl,but no iwpt_output in showing. Can any one help me in this
my $dir_path = "uschduxres008/default/main/Aon.com/Training/WORKAREA/workarea/templatedata/page_templates/interiorPage/data/";
my $root_path = "templatedata/page_templates/interiorPage/data";
opendir(DIR, $dir_path);
my @dcrs = readdir(DIR);
closedir(DIR);
foreach my $dcr(@dcrs)
{
my $d = iwpt_load_dcr("$root_path/$dcr", docroot, "t");
my $pdf_title = iwpt_dcr_value('$d.configuration.title');
iwpt_output("$pdf_title");
}
Thanks,
Badli