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>

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

Reply via email to