我的jsp文件是:
<!html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
<%@ taglib prefix="s" uri="/struts-tags" %>
<html>......some other code and then :::::
<li><s:url action="menuAction.action" var="fill" />
<s:a href="%{fill}">Fill Survey Form</s:a>
我的其他列表项也应该重定向到同一个动作类
我得到的例外是:
16:36:51,966 ERROR [org.apache.catalina.core.ContainerBase。[jboss.web]。[default-host]。[/ SWE645_struts]。[jsp]](http-localhost-127.0.0.1- 8080-1)servlet jsp的Servlet.service()抛出异常:org.apache.jasper.JasperException:/web/tilesLayout/Menu.jsp(48,11)根据TLD,标签url的属性var无效 在org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)[jbossweb-7.0.13.Final.jar:]