[seam-commits] Seam SVN: r9788 - branches/enterprise/JBPAPP_4_2_CP01/examples/icefaces/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Dec 16 08:31:04 EST 2008


Author: manaRH
Date: 2008-12-16 08:31:03 -0500 (Tue, 16 Dec 2008)
New Revision: 9788

Modified:
   branches/enterprise/JBPAPP_4_2_CP01/examples/icefaces/view/main.xhtml
Log:
JBPAPP-1353

Modified: branches/enterprise/JBPAPP_4_2_CP01/examples/icefaces/view/main.xhtml
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/examples/icefaces/view/main.xhtml	2008-12-16 12:23:07 UTC (rev 9787)
+++ branches/enterprise/JBPAPP_4_2_CP01/examples/icefaces/view/main.xhtml	2008-12-16 13:31:03 UTC (rev 9788)
@@ -65,7 +65,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}"/>




More information about the seam-commits mailing list