HI drew, should have posted back!!! You are right the mapping do work, stupid me mistakedly cut the jruntags.jar instead of copying it !!!
It working now. Took a little while to finger out that java:comp/env has been removed... Maybe you chould answer my other mail regarding this... Subject:JDNI ,JMS java:comp/dev Thanks > -----Original Message----- > From: Drew Falkman [mailto:[EMAIL PROTECTED]] > Sent: 10 September 2002 16:37 > To: JRun-Talk > Subject: RE: jrun tags problem > > > 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 > > > > > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
