From 5c75f93cba3c29506272b4df9ab7c3828c76e80d Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 9 Apr 2007 21:29:26 +0000 Subject: [PATCH] added plain anchor link --- spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp b/spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp index 9c23e177..bba07a08 100644 --- a/spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp +++ b/spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp @@ -8,8 +8,9 @@

- + (launch with a JSF command link) + Sell Item (launch with a regular anchor tag)

This Spring Web Flow sample application is the JSF-based version of the familiar "Sell item" sample.