SWF-1432 Make sure content type is set when sending a redirect instruction during JSF Ajax request

This commit is contained in:
Rossen Stoyanchev
2010-12-03 14:51:45 +00:00
parent a3b696e7a6
commit 8a4038ac13
4 changed files with 3 additions and 14 deletions

View File

@@ -27,7 +27,7 @@
<h:selectOneMenu id="pageSize" value="#{searchCriteria.pageSize}">
<f:selectItems value="#{referenceData.pageSizeOptions}" />
</h:selectOneMenu>
<p:commandButton id="findHotels" value="Find Hotels" action="search" update="@form" ajax="false" />
<p:commandButton id="findHotels" value="Find Hotels" action="search" update="@form" />
</h:panelGrid>
<p:tooltip for="searchString" targetPosition="topRight" position="bottomLeft"
value="Search hotels by name, address, city, or zip." style="cream" />