struts1的几个对象---哪位大哥帮忙解释下
<%@ page language="java" pageEncoding="ISO-8859-1"%> <%@page import="org.apache.struts.action.ActionMessages"%> <%@page import="org.apache.struts.action.ActionErrors"%> <%@page import="org.apache.struts.Globals"%> <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%> <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%> <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html:html lang="true"> <head> <html:base /> <title>ok.jsp</title> </head> <body> ActionMessages.GLOBAL_MESSAGE:<%=ActionMessages.GLOBAL_MESSAGE%><br /> ActionErrors.GLOBAL_MESSAGE:<%=ActionErrors.GLOBAL_MESSAGE%><br /> Globals.MESSAGE_KEY:<%=Globals.MESSAGE_KEY%><br /> Globals.ERROR_KEY:<%=Globals.ERROR_KEY%><br /> </body> </html:html>
显示的结果:
ActionMessages.GLOBAL_MESSAGE:org.apache.struts.action.GLOBAL_MESSAGE
ActionErrors.GLOBAL_MESSAGE:org.apache.struts.action.GLOBAL_MESSAGE
Globals.MESSAGE_KEY:org.apache.struts.action.ACTION_MESSAGE
Globals.ERROR_KEY:org.apache.struts.action.ERROR
相关推荐
Kafka 2020-09-18
Wepe0 2020-10-30
杜倩 2020-10-29
windle 2020-10-29
minerd 2020-10-28
mengzuchao 2020-10-22
Junzizhiai 2020-10-10
bxqybxqy 2020-09-30
风之沙城 2020-09-24
kingszelda 2020-09-22
大唐帝国前营 2020-08-18
yixu0 2020-08-17
TangCuYu 2020-08-15
xiaoboliu00 2020-08-15
songshijiazuaa 2020-08-15
xclxcl 2020-08-03
zmzmmf 2020-08-03
newfarhui 2020-08-03
likesyour 2020-08-01