simplification

This commit is contained in:
Keith Donald
2008-10-20 15:58:47 +00:00
parent d6bee20034
commit c85cb61157

View File

@@ -10,7 +10,7 @@
</definition>
<definition name="index.body" template="/WEB-INF/hotels/index.jsp">
<put-attribute name="hotelSearchForm" value="hotels.searchForm" />
<put-attribute name="hotelSearchForm" value="/WEB-INF/hotels/hotelSearchForm.jsp" />
<put-attribute name="bookingsTable" value="/WEB-INF/hotels/bookingsTable.jsp" />
</definition>
@@ -22,6 +22,4 @@
<put-attribute name="body" value="/WEB-INF/hotels/show.jsp" />
</definition>
<definition name="hotels.searchForm" template="/WEB-INF/hotels/hotelSearchForm.jsp" />
</tiles-definitions>