Skip to content

Commit

Permalink
better abandon
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Mar 7, 2009
1 parent c280681 commit fbe11f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conversations/WebContent/home.xhtml
Expand Up @@ -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}"/>
Expand Down

0 comments on commit fbe11f5

Please sign in to comment.