Others have had this problem before.. perhaps your issue is the same: http://marc.theaimsgroup.com/?l=struts-dev&m=100077303704094&w=2 http://marc.theaimsgroup.com/?w=2&r=1&s=tiles+definition+not+found&q=t
I think I saw Cedric fix this in CVS on friday. --Jeff On Fri, Sep 28, 2001 at 11:25:43PM +0100, Nathan Coast wrote: > Hi, I believe I have everything set up correctly - fairly obviously I don't. > > I have a simple page: > > <%@ page language="java" %> > <%@ taglib uri="/WEB-INF/tiles.tld" prefix="tiles" %> > > <tiles:insert definition="mypage" flush="true" /> > > > but when I browse to the page I get this error: > > javax.servlet.jsp.JspException: Error - Tag Insert : Can't get component > definition 'mypage'. Check if this name exist in component definitions. > at org.apache.struts.taglib.template.GetTag.doStartTag(GetTag.java:193) [..] > Thanks Nathan

