[seam-commits] Seam SVN: r8816 - trunk/examples/jee5/booking/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Aug 26 11:05:36 EDT 2008


Author: jbalunas at redhat.com
Date: 2008-08-26 11:05:35 -0400 (Tue, 26 Aug 2008)
New Revision: 8816

Modified:
   trunk/examples/jee5/booking/view/main.xhtml
Log:
JBSEAM-3335

Modified: trunk/examples/jee5/booking/view/main.xhtml
===================================================================
--- trunk/examples/jee5/booking/view/main.xhtml	2008-08-26 14:40:17 UTC (rev 8815)
+++ trunk/examples/jee5/booking/view/main.xhtml	2008-08-26 15:05:35 UTC (rev 8816)
@@ -20,7 +20,9 @@
 	<h1>Search Hotels</h1>
 	<fieldset> 
 	   <h:inputText id="searchString" value="#{hotelSearch.searchString}" style="width: 165px;">
-         <a:support event="onkeyup" actionListener="#{hotelSearch.find}" reRender="searchResults" />
+         <a:support event="onkeyup" actionListener="#{hotelSearch.find}" reRender="searchResults" eventsQueue="searchQueue">
+            <s:conversationId/>
+         </a:support>
        </h:inputText>
        &#160;
 	   <a:commandButton id="findHotels" value="Find Hotels" action="#{hotelSearch.find}" reRender="searchResults"/>




More information about the seam-commits mailing list