I am running Struts and Tiles in my application and I am trying to view my jsp pages but I keep getting an error: javax.servlet.jsp.JspException: Error - tag useAttribute : no tiles context found.
This is the line that does it: <tiles:useAttribute name="menuId" classname="java.lang.String"/>
This application deploys fine on Tomcat, JRun and Weblogic so it can't be that I am missing the tlds or something like that. I am using JBoss 4.2.2 and Struts&Tiles 1.3.5 and the app is part of an exploded ear file in the C:\jboss-4.2.2.GA\server\default\deploy.