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