BAEL-3014: Updated the example
This commit is contained in:
parent
195c6bf529
commit
b04073514d
@ -7,6 +7,6 @@
|
|||||||
<body>
|
<body>
|
||||||
myList contains red: <span th:text="${#lists.contains(myList, 'red')}"/>
|
myList contains red: <span th:text="${#lists.contains(myList, 'red')}"/>
|
||||||
|
|
||||||
myList contains red and green: <span th:text='${#lists.containsAll(myList, new String[]{"red", "green"})}'/>
|
myList contains red and green: <span th:text='${#lists.containsAll(myList, {"red", "green"})}'/>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user