Uploaded image for project: 'Teeda'
  1. Teeda
  2. TEEDA-409

condition で te:omittag を使えるようにしました.

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.0.12-rc1
    • 1.0.11-SP2
    • Teeda Extension
    • None

    Description

      Conditionとomittag を併用すると、想定していた結果が表示されませんでした。

      HTML側:
       <span id="isHoge" te:omittag="true">aaa</span>

      Page側:
       public boolean hoge = true;

      結果(問題あり):
       <span id="isHoge" omittag="true">aaa</span>

      あるべき結果は次のとおりだと思います。
       aaa

      Attachments

        Activity

          People

            koichik koichik
            dewa dewa
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: