// 1.0
if(servlet.getDebug()>=Constants.DEBUG)
// 1.1
if(Integer.parseInt(servlet.getInitParameter("debug"))>=Constants.DEBUG)
//1.0
errors.add(ActionError.GLOBAL_MESSAGE,new ActionError("."))
//1.1 之後沒有了 ActionError,改用 ActionMessage
errors.add(ActionMessages.GLOBAL_MESSAGE,.
new ActionMessage("error.logon.invalid"));
// 1.0
public ActionForward perform
// 1.2.4 之後
public ActionForward execute
沒有留言:
發佈留言