Forums / Developer / namespaces .. value passing .. help!
Selmah Maxim
Tuesday 03 June 2003 4:32:21 am
Hi ..
Im meeting problem with passing values in complex namespaces, here is part of it :
{default ShowButton=false()} {let fetch= ....} {section ...} {set $ShowButton=true} {/section} {/let} {section show=$ShowButton} .. {/section}{/default}
how can i pass ShowButton ??
i had tried also : {set $#ShowButton=true}{set $:ShowButton=true}
Tuesday 03 June 2003 5:03:50 am
Found it .. the problem was that am using name for the main section !