Z
zhanggok
Unregistered / Unconfirmed
GUEST, unregistred user!
几个同学一起来译Struts,定下周一交,我负责20页但由于迷恋于游戏,再加上E文也不太
好现在才译了3页只在请哪位好心人来救死扶伤,帮我译一段.不要用金山快译.
The ActionServlet will run through its normal routine of instantiating any form bean and validating it, if appropriate, before forwarding the request along.
The most common use of the ForwardAction is to serve as a placeholder
Action. Many Struts developers avoid linking from one page to another and try to always pass control through an Action or ActionForward. This keeps the workflow under the control of the Struts configuration where it can be centrally managed.
However, many pagesdo
not require any special preprocessing (at least not
yet). If an ActionMapping is created for these pages, you can start by using the ForwardAction to just route control. Later, if requirements change and preprocessing is required, you can change the mapping to refer to an Action for that page. Since the links refer to the mapping, not the Action class, you can change the Action class without changing the links.
好现在才译了3页只在请哪位好心人来救死扶伤,帮我译一段.不要用金山快译.
The ActionServlet will run through its normal routine of instantiating any form bean and validating it, if appropriate, before forwarding the request along.
The most common use of the ForwardAction is to serve as a placeholder
Action. Many Struts developers avoid linking from one page to another and try to always pass control through an Action or ActionForward. This keeps the workflow under the control of the Struts configuration where it can be centrally managed.
However, many pagesdo
not require any special preprocessing (at least not
yet). If an ActionMapping is created for these pages, you can start by using the ForwardAction to just route control. Later, if requirements change and preprocessing is required, you can change the mapping to refer to an Action for that page. Since the links refer to the mapping, not the Action class, you can change the Action class without changing the links.