When I included the <%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %> in my JSP file and run it under the Weblogic 6.1 sp 2, I got the following exception:
/wizard2.jsp(5): Error in using tag library uri='/WEB-INF/struts-nested.tld' prefix='nested': The Tag class 'org.apache.struts.taglib.nested.html.NestedFormTag' has no setter method corresponding to TLD declared attribute 'title', (JSP 1.1 spec, 5.4.1) probably occurred due to an error in /wizard2.jsp line 5: <%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %> I checked the struts.jar and found out it did not have the setter method for title. Is this a real problem? How could I work around this one? Thanks. Kwang-Shi Shu (732) 537-6862 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

