Re: is performed when org.apache.struts.action.ActionErrors are in the request

2005-06-07 Thread chuck harris
Yes they are included in a common include jsp file: <%@ page language="java"%> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%> and all are in the war. --- Michael Joura

Re: is performed when org.apache.struts.action.ActionErrors are in the request

2005-06-07 Thread Michael Jouravlev
Do you have <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> in your JSP? On 6/7/05, chuck harris <[EMAIL PROTECTED]> wrote: > I had a struts 1.1 web app contained in its own > ear/war. It is/was deployed in jboss/tomcat 4.01sp1. > Most of the pages extend validatorform. The > validat

is performed when org.apache.struts.action.ActionErrors are in the request

2005-06-07 Thread chuck harris
I had a struts 1.1 web app contained in its own ear/war. It is/was deployed in jboss/tomcat 4.01sp1. Most of the pages extend validatorform. The validatorform validation worked as expected. The pages were packaged in the war: a.jsp ... many jsp's in the war /web-inf/struts-config /web-inf/validati