问题描述
<%@pagelanguage="java"import="java.util.*"pageEncoding="ISO-8859-1"%><%Stringpath=request.getContextPath();StringbasePath=request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%><%@taglibprefix="s"uri="/struts-tags"%><!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN"><html><head><basehref="<%=basePath%>"><title>MyJSP'index.jsp'startingpage</title><metahttp-equiv="pragma"content="no-cache"><metahttp-equiv="cache-control"content="no-cache"><metahttp-equiv="expires"content="0"><metahttp-equiv="keywords"content="keyword1,keyword2,keyword3"><metahttp-equiv="description"content="Thisismypage"><!--<linkrel="stylesheet"type="text/css"href="styles.css">--></head><body>[code=text]
ThisismyJSPpage.<br><s:formaction="hello.action"><s:textfieldname="info"></s:textfield></s:form></body></html></s:form>[/code新手,struts2是自动添加的,导入的时候有/struts-tags输入的时候自动提示也有这些标签显示像图片这样
解决方案
解决方案二:
你该不会是直接访问jsp吧,需要经过struts的转发器转发过去才能正常解析