| Name: | -#{hotel.name} | -
| Address: | -#{hotel.address} | -
| City: | -#{hotel.city} | -
| State: | -#{hotel.state} | -
| Zip: | -#{hotel.zip} | -
| Country: | -#{hotel.country} | -
| Nightly rate: | -
- |
-
-
- This reference application illustrates Spring Faces, - a software library that integrates Spring and JavaServerFaces technology in a portlet environment. -
-- The key features illustrated in this sample include: -
-
-
| Name | -Address | -City, State | -Check in Date | -Check out Date | -Confirmation Number | -Action | -
|---|---|---|---|---|---|---|
| ${booking.hotel.name} | -${booking.hotel.address} | -${booking.hotel.city}, ${booking.hotel.state} | -${booking.checkinDate} | -${booking.checkoutDate} | -${booking.id} | -
- |
-
| No booking history | -||||||
| Name | -Address | -City, State | -Zip | -Action | -
|---|---|---|---|---|
| ${hotel.name} | -${hotel.address} | -${hotel.city}, ${hotel.state}, ${hotel.country} | -${hotel.zip} | -
- |
-
| No hotels found | -||||
- This reference application shows how to use Spring MVC and Web Flow together with JavaServerPages (JSP) in a portlet. -
-- The key features illustrated in this sample include: -
-
-