I believe the problem was that the taglib did not have a namespace defined because I was getting an error trying to validate it. I added the namespace and it now validates fine.
-Matt ----- Original Message ----- From: "Slava Zimine" <[EMAIL PROTECTED]> To: "Matt Baldree" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, March 22, 2002 7:45 PM Subject: Re: [Webwork-user] webwork example webapp jsp does not work > Hi, Matt, thanx for a quick reaction > > on my host: > > jakarta-tomcat-4.0.2 >ls lib > commons-collections.jar jasper-runtime.jar mysql_comp.jar > webwork.log > jasper-compiler.jar log4j-1.2beta4.jar naming-factory.jar > > > jakarta-tomcat-4.0.2 >ls common/lib/ > activation.jar jta-spec1_0_1.jar naming-resources.jar > tyrex.license > jdbc2_0-stdext.jar mail.jar servlet.jar xerces.jar > jndi.jar naming-common.jar tyrex-0.9.7.0.jar > > > > > On Sat, 2002-03-23 at 02:41, Matt Baldree wrote: > > What jars are in your lib and common/lib folders? > > > > ----- Original Message ----- > > From: "Slava Zimine" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Friday, March 22, 2002 7:31 PM > > Subject: [Webwork-user] webwork example webapp jsp does not work > > > > > > > Hello, to all. > > > > > > i'm trying the webwork after seeing its advertizing on a velocity > > > mailing list. > > > > > > Just installed the webwork.war in tomcat4.0.2/webapps > > > > > > Sorry to ask this as this was probably answered on the mailing list: > > > > > > velocity & xslt works (had velocity configured in tomcat4.0.2) > > > but none of JSP example works. > > > > > > the exception thrown of the first Expression Language Tests is > > > org.apache.jasper.JasperException: No such tag bean in the tag library > > > imported with prefix webwork > > > > > > Q. > > > How can I fix it to see jsp examples working? > > > > > > > > > Q2. do the ww mailing list arhives at > > > http://www.geocrawler.com/lists/3/SourceForge/7709/0/ > > > > > > have a search ? > > > > > > > > > Thanx. > > > > > > Slava > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Webwork-user mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/webwork-user > > > > > > > > > > > > > > > > _______________________________________________ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webwork-user
