The perform method always returns a value of type ActionForward.
perform方法经常返回类型ActionForward的一个值。
The last step in the execute method returns the instance of ActionForward, forward.
execute方法中的最后步骤返回ActionForward (forward)的实例。
Generally, this component is a JSP, but ActionForward can also point in other actions.
一般来说,这个组件是一个jsp页面,但是ActionForward也能指向其他动作。
The execute method returns an ActionForward object that Struts USES to determine the component that continues processing the request.
execute方法返回ActionForward对象,Struts用这个对象来确定对请求继续进行处理的组件。
The execute method returns an ActionForward object that Struts USES to determine the component that continues processing the request.
execute方法返回ActionForward对象,Struts用这个对象来确定对请求继续进行处理的组件。
应用推荐