Files
spring-webflow/spring-webflow-sandbox/src/main/webapp/WEB-INF/jsp/error.jsp
Maxim Petrashev 21823a2e65 Initial import
2007-03-07 14:50:42 +00:00

17 lines
336 B
Plaintext

<%@ include file="includeTop.jsp" %>
<div id="content">
<div id="insert">
<img src="images/webflow-logo.jpg"/>
</div>
<p>
<span class="error">
Duplicate submit of the same transaction not allowed!
</span>
</p>
<p>
<A href="pos.htm?_flowId=sellitem">Sell a new item</A>
</p>
</div>
<%@ include file="includeBottom.jsp" %>