Posted By:
naveen_thalanki
Posted On:
Thursday, July 11, 2002 10:41 AM
Dear users I get the above error after clicking on the submit button of a JSP page that has the following code <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> The form bean invoked by this form is named apparopriately in the struts-config.xml file. path="/RetrieveStores" name="StoreForm" s
More>>
Dear users
I get the above error after clicking on the submit button of a JSP page that has the following code
<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
The form bean invoked by this form is named apparopriately in the struts-config.xml file.
path="/RetrieveStores"
name="StoreForm"
scope="request"
type="com.bipi.chc.actions.RetrieveStoresAction">;
Any thoughts on why I get this
Thanks
Naveen