[seam-commits] Seam SVN: r8260 - trunk/examples/icefaces/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 21 17:30:59 EDT 2008


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}"/>




More information about the seam-commits mailing list