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
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
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
3 matches
Mail list logo