name 必须与set,get 一致
必须重写public ActionForward execute(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServletResponse response)
throws Exception {
// TODO Auto-generated method stub
return super.execute(mapping, form, request, response);
}
structs-config.xml 可以随意放置,一般web-inf
<action path="/login".........>