After further review, it looks like the setActionListener method on the
CommandLinkTag was not implemented. It is listed as an attribute in the tld.
Sorry for the bogus post.
> The struts-faces.jar contains the tag library descriptor (TLD) file in the
> META-INF of the jar.
>
> Try
you need to associate your ActionListener with a button take a look at this
jsp
<%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %>
HTH
Martin-
- Original Message -
From: "struts lover" <[EMAIL PROTECTED
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 nightl
struts lover <[EMAIL PROTECTED]> wrote on 10/05/2005 06:38:07 PM:
> 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='
4 matches
Mail list logo