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}"/> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043114#4043114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043114 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
