Hello,
I need to include a Jsp file into another one because of length of file
problems, but I get the following errror :.
Cannot find bean org.apache.struts.taglib.html.BEAN in scope null

To include the jsp I'm using the following sentence (between the
<html:form></html:form> tags):
<jsp:include page="demmoy_suivi.jsp" flush="true">
</jsp:include>
The Jsp I want to include look like this :
<%@ page language="java" contentType="text/html"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<html:text property="code_budget" size = "12"/>
What am I doing wrong ? Or can't we use <jsp:include> inside a <form> tag ?
Thanks for any ideas.

Reply via email to