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

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

XMLWordPrintable

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Minor Minor
    • 1.0.12-rc1
    • Affects Version/s: 1.0.11-SP2
    • Component/s: Teeda Extension
    • None

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

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

      Page側:
       public boolean hoge = true;

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

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

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

              Created:
              Updated:
              Resolved: