Author: jguglielmin
Date: 2008-05-21 17:30:59 -0400 (Wed, 21 May 2008)
New Revision: 8260
Modified:
trunk/examples/icefaces/view/main.xhtml
Log:
fixed main page so that s:link is used to open with proper hotel in another tab (rather
than outputLink).
Modified: trunk/examples/icefaces/view/main.xhtml
===================================================================
--- trunk/examples/icefaces/view/main.xhtml 2008-05-21 20:57:06 UTC (rev 8259)
+++ trunk/examples/icefaces/view/main.xhtml 2008-05-21 21:30:59 UTC (rev 8260)
@@ -66,7 +66,7 @@
</h:column>
<h:column>
<f:facet name="header">Action</f:facet>
- <ice:commandLink id="viewHotel" value="View
Hotel" action="#{hotelBooking.selectHotel(hot)}"/>
+ <s:link id="viewHotel" value="View Hotel"
action="#{hotelBooking.selectHotel(hot)}"/>
</h:column>
</ice:dataTable>
<s:link value="More results"
action="#{hotelSearch.nextPage}"
rendered="#{hotelSearch.nextPageAvailable}"/>