Announcement

Collapse
No announcement yet.

new variable gets "not defined"

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    new variable gets "not defined"

    Hi,
    I've defined a new variable "MessageOfTheDay" in "Design,Library,Variables,Site" to add to the page header, but when I include a reference to it I still get "Variable 'MessageOfTheDay' is not defined." in bright red in Design view.

    Code:
    <p>
       <actinic:variable name="HeaderText" />
       <actinic:variable name="MessageOfTheDay" />
    </p>
    I've done this before in my current site, but cannot added to a new site I'm creating to test a new design.

    #2
    Make sure that Place Of Setting in the variable definition is set for the area you're putting it in.

    If that doesn't fix it, try restarting Actinic.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Originally posted by NormanRouxel View Post
      Make sure that Place Of Setting in the variable definition is set for the area you're putting it in.

      If that doesn't fix it, try restarting Actinic.
      Thanks, a second re-start did it, so no worse than Windows.

      Comment

      Working...
      X