display search results if search query is empty

This commit is contained in:
Scott Andrews
2008-03-07 22:08:59 +00:00
parent e7c13ecf86
commit 16c9ef4923

View File

@@ -25,7 +25,7 @@
</div>
</form:form>
<c:if test="${not empty searchCriteria.searchString}">
<c:if test="${not empty searchCriteria.searchString or not empty hotels}">
<div class="section">
<table class="summary">
<thead>