Re: use Jakarta TagLibs in Struts

2002-09-29 Thread Craig R. McClanahan
On Fri, 27 Sep 2002, Eddie Bush wrote: Date: Fri, 27 Sep 2002 00:12:52 -0500 From: Eddie Bush [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: use Jakarta TagLibs in Struts I believe I saw a post

use Jakarta TagLibs in Struts

2002-09-26 Thread Billy Ng
I am trying to use the Jakarta Taglibs in Struts. I have a jsp page which has %@ taglib uri=http://jakarta.apache.org/taglibs/xsl-1.0; prefix=xsl % xsl:apply xml=test.xml xsl=test.xsl / When I hit the jsp, I have the following error. Would anybody tell me what's wrong

Re: use Jakarta TagLibs in Struts

2002-09-26 Thread Eddie Bush
I believe I saw a post in the commons-dev list that indicated the xsl taglib was stale and that a person should upgrade to the JSTL. Billy Ng wrote: I am trying to use the Jakarta Taglibs in Struts. I have a jsp page which has %@ taglib uri=http://jakarta.apache.org/taglibs/xsl-1.0; prefix