[seam-commits] Seam SVN: r14270 - branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Jan 27 07:08:08 EST 2012
Author: maschmid
Date: 2012-01-27 07:08:07 -0500 (Fri, 27 Jan 2012)
New Revision: 14270
Modified:
branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/main.xhtml
Log:
ee6 booking fix status
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/main.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/main.xhtml 2012-01-27 09:29:34 UTC (rev 14269)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/main.xhtml 2012-01-27 12:08:07 UTC (rev 14270)
@@ -26,11 +26,11 @@
 
<a:commandButton id="findHotels" value="Find Hotels" actionListener="#{hotelSearch.find}" render="searchResults"/>
 
- <a:ajax id="status">
+ <a:status id="status">
<f:facet id="StartStatus" name="start">
<h:graphicImage id="SpinnerGif" value="/img/spinner.gif"/>
</f:facet>
- </a:ajax>
+ </a:status>
<br/>
<h:outputLabel id="MaximumResultsLabel" for="pageSize">Maximum results:</h:outputLabel> 
<h:selectOneMenu id="pageSize" value="#{hotelSearch.pageSize}">
More information about the seam-commits
mailing list