1 Reply Latest reply on May 4, 2007 6:19 AM by pmuir

    Can't use <s:conversationId/> !

    toni

      Hi,

      I get the following exception, when I try to use the tag <s:conversationId/> even though I reference the taglib!

      <%@ taglib uri="http://jboss.com/products/seam/taglib" prefix="s" %>
      


      <h:outputLink styleClass="navbar" value="campaignMessages.seam">
       <s:conversationId/>
       <h:outputText value="Messages"/>
       </h:outputLink>
      


      This is the execption I get:

      
      2007-05-04 13:00:48,478 ERROR org.apache.catalina.core.ContainerBase.[jboss.web].[calc.lan].[/].[jsp]] Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: /clients.jsp(7,0) /top.jsp(31,0) /index.jsp(143,6) No tag "conversationId" defined in tag library imported with prefix "s" at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)



      As a workaround I have been using:

      <f:param name="conversationId" value="#{conversation.id}"/>