Actually, with the mapping in the web.xml file just using jruntags as the
uri is ok.

What version of JRun are you using?

-----Original Message-----
From: Theodore Zimmerman [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 09, 2002 7:41 AM
To: JRun-Talk
Subject: RE: jrun tags problem


Your taglib directive should be as follows:

<%@ taglib uri="WEB-INF/lib/jruntags.jar" prefix="jrun" %>

HTH.

Ted Zimmerman

-----Original Message-----
From: justin home office [mailto:[EMAIL PROTECTED]]
Sent: Sunday, September 08, 2002 11:59 AM
To: JRun-Talk
Subject: jrun tags problem


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




______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to