SWF-991 Replace ajax-driven flow attribute with mode=embedded flow input attribute.

This commit is contained in:
Rossen Stoyanchev
2011-02-04 16:57:21 +00:00
parent 5cb3ef0067
commit 780ff8f225
18 changed files with 51 additions and 1750 deletions

View File

@@ -5,8 +5,6 @@
<secured attributes="ROLE_USER" />
<ajax-driven />
<input name="hotelId" required="true" />
<on-start>

View File

@@ -10,7 +10,7 @@
<br />
${hotel.country}
</address>
<form action="booking" method="get">
<form action="booking?mode=embedded" method="get">
<p>
Nightly Rate:
<spring:bind path="hotel.price">${status.value}</spring:bind>