Blame view

mobile/source/ext/phptal/tests/input/tal-on-error.03.html 222 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
  <span>
  
  <span tal:define="global errorMessage">
    <div class="error">An error occured, please retry</div>
  </span>
  
  <span tal:on-error="structure errorMessage">
    <span tal:content="dummy/throwException"/>
  </span>
  
  </span>