[seam-commits] Seam SVN: r15485 - branches/enterprise/JBPAPP_5_0/examples/booking/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 24 06:14:08 EDT 2013


Author: manaRH
Date: 2013-04-24 06:14:08 -0400 (Wed, 24 Apr 2013)
New Revision: 15485

Modified:
   branches/enterprise/JBPAPP_5_0/examples/booking/view/main.xhtml
Log:
JBPAPP-9949 added a:queue into searching Ajax field

Modified: branches/enterprise/JBPAPP_5_0/examples/booking/view/main.xhtml
===================================================================
--- branches/enterprise/JBPAPP_5_0/examples/booking/view/main.xhtml	2013-04-23 13:25:30 UTC (rev 15484)
+++ branches/enterprise/JBPAPP_5_0/examples/booking/view/main.xhtml	2013-04-24 10:14:08 UTC (rev 15485)
@@ -20,6 +20,7 @@
 
 	<h:form id="searchCriteria">
 	<fieldset> 
+	   <a:queue size="2" requestDelay="500" sizeExceededBehavior="dropNext" onsizeexceeded="alert('The size of the queue is exceeded')" />
 	   <h:inputText id="searchString" value="#{hotelSearch.searchString}" style="width: 165px;">
          <a:support id="onkeyup" event="onkeyup" actionListener="#{hotelSearch.find}" reRender="searchResults" />
        </h:inputText>



More information about the seam-commits mailing list