added plain anchor link

This commit is contained in:
Keith Donald
2007-04-09 21:29:26 +00:00
parent 090cee80dd
commit 5c75f93cba

View File

@@ -8,8 +8,9 @@
<div align="left">
<p>
<h:form>
<h:commandLink value="Sell Item" action="flowId:sellitem-flow"/>
<h:commandLink value="Sell Item" action="flowId:sellitem-flow"/> (launch with a JSF command link)
</h:form>
<a href="app.faces?_flowId=sellitem-flow">Sell Item</A> (launch with a regular anchor tag)
</p>
<p>
This Spring Web Flow sample application is the JSF-based version of the familiar "Sell item" sample.