index.jsp
来自「spring的WEB开发插件,支持多状态WEB开发」· JSP 代码 · 共 37 行
JSP
37 行
<%-- make sure we have a session --%>
<%@ page session="true" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
<DIV align="left">Birth Date - A Spring Web Flow Sample</DIV>
<HR>
<DIV align="left">
<P>
<A href="birthdate.do?_flowId=birthdate">Birth Date</A>
</P>
<P>
This sample application demonstrates the use of the FormAction: a multi-action.
It also shows you how to use a multi-action to group all actions executed by a flow
in a single class!
</P>
<P>
This sample also demonstrates Spring Web Flow's Struts integration</P>
<P>
Finally, the sample also uses JSTL in conjunction with flows.
</P>
</DIV>
<HR>
<DIV align="right"></DIV>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?