even line breaks
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
||||
|
||||
<div id="messages">
|
||||
<form:errors path="booking.*" cssClass="errors" />
|
||||
</div>
|
||||
@@ -8,6 +8,7 @@
|
||||
<definition name="enterBookingDetails" extends="standardLayout">
|
||||
<put-attribute name="body" value="details.body" />
|
||||
</definition>
|
||||
|
||||
<definition name="details.body" template="/WEB-INF/hotels/booking/enterBookingDetails.jsp">
|
||||
<put-attribute name="messages" value="/WEB-INF/hotels/booking/messages.jsp" />
|
||||
<put-attribute name="bookingForm" value="/WEB-INF/hotels/booking/bookingForm.jsp" />
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<definition name="hotels/index" extends="standardLayout">
|
||||
<put-attribute name="body" value="index.body" />
|
||||
</definition>
|
||||
|
||||
<definition name="index.body" template="/WEB-INF/hotels/index.jsp">
|
||||
<put-attribute name="hotelSearchForm" value="/WEB-INF/hotels/hotelSearchForm.jsp" />
|
||||
<put-attribute name="bookingsTable" value="/WEB-INF/hotels/bookingsTable.jsp" />
|
||||
|
||||
Reference in New Issue
Block a user