I'm going to the pain process of upgrading Tomcat to Resin and Struts1.0 to Struts1.1 and making it work with cocoon1.8.2 (different SAX)... got almost all done, except for a problem on a Struts page that used to work on the old setup. It is a template page that includes several others (I use some templates on other pages and all work fine). I am not sure what is the best way to debug this error: javax.servlet.jsp.JspException: No getter method for property oneCity of bean org.apache.struts.taglib.html.BEAN at org.apache.struts.taglib.template.InsertTag.doEndTag(InsertTag.java:149) The only thing I get related to "oneCity" is a form on the "sidebar" on one of the included pages that does have a Actionform with get/set method for this property. Please help! --------- Regards, Rod~