Hi,
Is there any way to initialise a variable in the tpl through command line ?
i am using below command to pass variable and read the value in the tpl , but it's not working...
/apps/iw-home/bin/iwpt_compile.ipl -pt /default/main/Practice/en-US/WORKAREA/en-US/templatedata/Practice/Poll/presentation/Poll.tpl -iw_pt-arg en-US
reading the value using
$aa = TeamSite:

T::iw_xml::get_flag_param('-iw_pt-arg');
print "passed var value= $aa\n";
but it's not working.. could some one please guide me here.