The struts-faces.jar contains the tag library descriptor (TLD) file in the META-INF of the jar.
Try using the following in your JSP: <%@ taglib prefix="s" uri="http://struts.apache.org/tags-faces" %> Gary
--- Begin Message ---Hello Everyone, I just downloaded the struts-faces nightly build and tried to integrate in my existing struts application. I get the following error. /virtual/addMember.jsp(10): Error in using tag library uri='/WEB-INF/struts-faces.tld' prefix='s': The Tag class 'org.apache.struts.faces.taglib.CommandLinkTag' has no setter method corresponding to TLD declared attribute 'actionListener', (JSP 1.1 spec, 5.4.1) probably occurred due to an error in /virtual/ForgotPassword.jsp line 10: <%@ taglib prefix="s" uri="/WEB-INF/struts-faces.tld" %> I will appreciate any help. Thanks. --------------------------------- Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort.
--- End Message ---
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

