Forums / Developer / namespaces .. value passing .. help!

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

namespaces .. value passing .. help!

Author Message

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}

Selmah Maxim

Tuesday 03 June 2003 5:03:50 am

Found it .. the problem was that am using name for the main section !