I am new to thymeleaf and i've got a problem in performing if condition.The code i've written is
<tr th:if="${id &eq; 1 and mobNumber &eq; 1}" height="40" valign="top">
//some code here
</tr>
The thing is this piece of code when written the web page keeps on loading.Can anyone tell me the right way to perform this action.