Re: Exception on deployment

2005-07-29 Thread chuck harris
d"; at that was what caused the problem. Changed it back and it is working as expected. Thanks for the response. I appreciate it. --- Dave Newton <[EMAIL PROTECTED]> wrote: > chuck harris wrote: > > > parameter="ApplicationResources"/> > > > &g

Re: Exception on deployment

2005-07-29 Thread chuck harris
lasses > directory. Some build tools > exclude *.properties files. I would check to see if > your propertys file > is inside WEB-INF/classes under its correct path. > > Ross > > chuck harris wrote: > > >I am moving a struts app from development to test > and &

Exception on deployment

2005-07-29 Thread chuck harris
I am moving a struts app from development to test and am getting an exception that I can't track down and am stuck. What file is not found? 2005-07-29 08:42:06,925 INFO [main] [org.apache.struts.util.PropertyMessageResources] Initializing, config='org.apache.struts.action.ActionResources', ret

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

2005-06-07 Thread chuck harris
INF/struts-logic.tld" prefix="logic"%> and all are in the war. --- Michael Jouravlev <[EMAIL PROTECTED]> wrote: > Do you have <%@ taglib > uri="/WEB-INF/struts-logic.tld" prefix="logic" %> > in your JSP? > > On 6/7/05, chuck harr

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