Question
list support in TLF
List support in TLF 2.0.
<s:list id="list1" listStylePosition="outside">
<s:li>Item 1</s:li>
<s:li>Item 2</s:li>
<s:li>Item 3</s:li>
</s:list>
My question is how i write above code piece in html.
I try this
<ul>
<li>1111</li>
</ul>
But i am not able print out list in TLF.
Thanx in advanced.
