DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30701>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30701

Using tiles causes IllegalStateException





------- Additional Comments From [EMAIL PROTECTED]  2004-08-17 17:03 -------
The <tiles /> tag is at the top of the page. Here is the file that will cause 
the error.

<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="/WEB-INF/strutsApplied.tld" prefix="app" %>

<tiles:insert template="/MasterTemplate">
  <tiles:put name="redirect" content="/Redirect" />
  <tiles:put name="banner" content="/Banner"/>
  <tiles:put name="content1" content="/Options"/>
  <tiles:put name="content2" content="" direct="true"/>
  <tiles:put name="content3" content="" direct="true"/>
  <tiles:put name="copyright" content="/Copyright" />
  <tiles:put name="privacy" content="" direct="true"/>
</tiles:insert>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to