1. Struts框架的整体运行流程 ... ActionMapping mapping 获取映射 ActionForm form 获取表单 HttpServletRequest request 获得请求 ...
基于1个网页-相关网页
A JSP object combines with a respective ActionForm to form your application's View layer, where almost every form field of the JSP object maps to an attribute of the corresponding ActionForm.
一个JSP对象与各自的ActionForm对象相结合,构成应用程序的view层。在该层,几乎JSP对象的每个表单字段都映射到相应的ActionForm的属性。
In every ActionForm, extend BP3Form and implement the abstract methods in which the form data is transported to and from the session.
在每个ActionFor m类中,扩展BP3Form并实现这些抽象方法(表单数据通过它们传递到会话或从会话传回)。
You access the form data in the JSP object using accessory methods found in ActionForm.
可以通过ActionFor m内的附加方法来访问JSP对象内的表单数据。
应用推荐