Author: dan.j.allen
Date: 2010-06-17 10:10:52 -0400 (Thu, 17 Jun 2010)
New Revision: 13214
Modified:
examples/trunk/booking-simplified/src/main/webapp/search.xhtml
Log:
remove comment
Modified: examples/trunk/booking-simplified/src/main/webapp/search.xhtml
===================================================================
--- examples/trunk/booking-simplified/src/main/webapp/search.xhtml 2010-06-17 11:32:38 UTC
(rev 13213)
+++ examples/trunk/booking-simplified/src/main/webapp/search.xhtml 2010-06-17 14:10:52 UTC
(rev 13214)
@@ -93,15 +93,6 @@
<h:commandButton id="moreResults" value="More
results" action="#{hotelSearch.nextPage}"
rendered="#{hotelSearch.nextPageAvailable}">
<f:ajax render=":searchResults"
onevent="controlSpinner"/>
</h:commandButton>
- <ui:remove><!--
- <h:commandLink id="previousResults" value="Previous
page" action="#{hotelSearch.previousPage}"
rendered="#{hotelSearch.previousPageAvailable}">
- <f:ajax render=":searchResults"
onevent="controlSpinner"/>
- </h:commandLink>
- #{' '}
- <h:commandLink id="moreResults" value="More
results" action="#{hotelSearch.nextPage}"
rendered="#{hotelSearch.nextPageAvailable}">
- <f:ajax render=":searchResults"
onevent="controlSpinner"/>
- </h:commandLink>
- --></ui:remove>
</h:form>
</div>
</h:panelGroup>
Show replies by date