Author: jbalunas(a)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>
 
<a:commandButton id="findHotels" value="Find Hotels"
action="#{hotelSearch.find}" reRender="searchResults"/>
Show replies by date