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"/>
        &#160;
-       <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>&#160;
        <h:selectOneMenu id="pageSize" value="#{hotelSearch.pageSize}">

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to