RE: jsp:directive.taglib doesn't work

2003-01-12 Thread Oak, Harshad (Cognizant)
onday, January 13, 2003 5:32 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: jsp:directive.taglib doesn't work On Sun, 12 Jan 2003, Suresh Addagalla wrote: > Date: Sun, 12 Jan 2003 16:08:02 +0530 > From: Suresh Addagalla <[EMAIL PROTECTED]> > Reply-To: Struts U

RE: jsp:directive.taglib doesn't work

2003-01-12 Thread Suresh Addagalla
>Subject: Re: jsp:directive.taglib doesn't work > > >>>>>> "Suresh" == Suresh Addagalla <[EMAIL PROTECTED]> writes: > >Suresh> Hi, >Suresh> Slightly off-topic, but a basic JSP question. > >Suresh> I found that XML-based tag for ta

Re: jsp:directive.taglib doesn't work

2003-01-12 Thread Craig R. McClanahan
On Sun, 12 Jan 2003, Suresh Addagalla wrote: > Date: Sun, 12 Jan 2003 16:08:02 +0530 > From: Suresh Addagalla <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: jsp:direct

Re: jsp:directive.taglib doesn't work

2003-01-12 Thread David M. Karr
> "Suresh" == Suresh Addagalla <[EMAIL PROTECTED]> writes: Suresh> Hi, Suresh> Slightly off-topic, but a basic JSP question. Suresh> I found that XML-based tag for taglib is not working for me, where as Suresh> the scripting-oriented tag works fine. Suresh> -- Suresh

jsp:directive.taglib doesn't work

2003-01-12 Thread Suresh Addagalla
Hi, Slightly off-topic, but a basic JSP question. I found that XML-based tag for taglib is not working for me, where as the scripting-oriented tag works fine. -- doesn't work <%@ taglib uri="url to taglig" prefix="tagprefix" %> - works Any idea why the first syntax wouldn't work? I am using To