2 Replies Latest reply on Apr 19, 2006 11:52 AM by trippccn

    Using the <s:link> tag

    trippccn

      I'm trying to use the s:link tag as follows:

      <s:link view-id="/view.cn"
       action="#{charitySearch.search}"
       value="Test Link"
       propagation="true"/>
      


      I imported the taglib like this: <%@ taglib uri="http://jboss.com/products/seam/taglib" prefix="s" %>

      But I'm getting the error message:

      ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
      org.apache.jasper.JasperException: /charities/find.jsp(1,1) The absolute uri: http://jboss.com/products/seam/taglib cannot be resolved in either web.xml or the jar files deployed with this application
      


      Any ideas why I keep getting this error? I am using the seam CVS from April 18th and JBoss CR2.

      Thanks,
      Chad