Posted By:
shn_hj
Posted On:
Wednesday, February 11, 2004 11:46 PM
hello, while using tag in my jsp i am getting the following exception org.apache.jasper.JasperException: /private/ConfirmAddTaxGroupDetails.jsp(103,10) No such tag equal in the tag library imported with prefix logic But my struts-logic.tld has the "equal" tag My code in confirmation page is as the foll.i want to display Flat in the confimation.jsp page if the value from registration.jsp is F for the property tgd_Type. Is the below code write ok.. <%@ page import="com.khodaysstech.kb.tax.taxgroupdetails.TaxGroupDetailsActionForm"%>//importing the action form
More>>
hello,
while using
tag in my jsp i am getting the following exception
org.apache.jasper.JasperException: /private/ConfirmAddTaxGroupDetails.jsp(103,10) No such tag equal in the tag library imported with prefix logic
But my struts-logic.tld has the "equal" tag
My code in confirmation page is as the foll.i want to display Flat in the confimation.jsp page if the value from registration.jsp is F for the property tgd_Type.
Is the below code write ok..
<%@ page import="com.khodaysstech.kb.tax.taxgroupdetails.TaxGroupDetailsActionForm"%>//importing the action form
Flat
My other tags html and bean are working fine
Unable to proceed forward
Thanks
.