Uploaded image for project: 'Shindig'
  1. Shindig
  2. SHINDIG-1737

Declaring Variables Inline - <os:Var> does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.5.0-beta1
    • 2.5.0-beta4
    • Java
    • None

    Description

      Declaring Variables Inline - <os:Var> does not work. Following is a simple gadget using os:Var.
      The gadget default view should show "This value of myvar is 3". But actaully is shows "This value of myvar is".

      <Module>
      <ModulePrefs title="Varible Replacement Templating Example" height="400" width="400">
      <Require feature="opensocial-templates">
      </Require>
      </ModulePrefs>
      <Content view="default" type="html">
      <![CDATA[
      <div>
      <script type="text/os-template">
      <os:Var key="myvar" value="3">This value of myvar is ${myvar}</os:Var>
      </script>
      </div>
      ]]>
      </Content>
      </Module>

      Attachments

        1. 1737 (1).patch
          8 kB
          Erik BI

        Activity

          People

            Unassigned Unassigned
            yaozhang Yao Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: