[webbeans-commits] Webbeans SVN: r1805 - examples/trunk/conversations/WebContent.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sat Mar 7 14:44:43 EST 2009


Author: pete.muir at jboss.org
Date: 2009-03-07 14:44:42 -0500 (Sat, 07 Mar 2009)
New Revision: 1805

Modified:
   examples/trunk/conversations/WebContent/home.xhtml
Log:
better abandon

Modified: examples/trunk/conversations/WebContent/home.xhtml
===================================================================
--- examples/trunk/conversations/WebContent/home.xhtml	2009-03-07 18:50:45 UTC (rev 1804)
+++ examples/trunk/conversations/WebContent/home.xhtml	2009-03-07 19:44:42 UTC (rev 1805)
@@ -15,7 +15,7 @@
     				<h:commandButton action="#{conversation.begin}" value="begin"/>
     				<h:commandButton action="#{conversations.noop}" value="noop"/>
     				<h:commandButton action="#{conversation.end}" value="end"/>
-    				<h:commandButton action="#{conversations.abandon}" value="abandon"/>
+    			   <h:outputLink value="#{facesContext.externalContext.requestContextPath}/home.jsf">Abandon</h:outputLink>
     				<h:commandButton action="#{data.longop}" value="longop"/>
     			</h:panelGroup>
     			<h:inputText value="#{conversations.cid}"/>




More information about the weld-commits mailing list