我在搜索屏幕上显示了几条消息
OnLoad of the screen
<c:if test="${command.colour == null}">
Please filter by colour
</c:if>
如果搜索功能,则不返回任何行
<c:if test="${fn:length(mainCommand.images) lt 1}">
No results Found
</c:if>
目前,两个场景都会显示这两个场景。 如何根据场景禁用/启用它们?