Hi, im trying to use the jrun tags but I get the error
1 error(s) found in /test.jsp
(10) The tag sendmsg's handler class allaire.taglib.SendMsgTag was not
found in the classpath
I copied jruntags into web-inf/lib in my server directory, and added
<taglib>
<taglib-uri>jruntags</taglib-uri>
<taglib-location>/WEB-INF/lib/jruntags.jar</taglib-location>
</taglib>
to the web.xml in that directory too.
Here is my page
<%@ page import="allaire.taglib.*" %>
<%@ taglib uri="jruntags" prefix="jrun" %>
<jrun:sendmsg msgsrc="QueueConnectionFactory" queue="mdbqueue">
This is a text message.
</jrun:sendmsg>
Ideas? What classpath is the error refering to?
Thanks Justin
______________________________________________________________________
Get the JRun Web Application Construction Kit - the only book written specifically for
JRun developers.
http://www.amazon.com/exec/obidos/ASIN/0789726009/houseoffusion
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists