Re: can a taglib include a .jsp file ?

2003-08-15 Thread Mufaddal Khumri
in mySomething.jsp as java function and call that function in include file as well custom tag, and use one at a time. Regards KP -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 1:45 AM To: Tomcat List Subject: can a taglib include a .jsp file

can a taglib include a .jsp file ?

2003-08-14 Thread Mufaddal Khumri
Hi, I have a taglib that needs to include a .jsp file .. .how can i do so ? if i try doing a out.println( %@ include file=\ + mySomething.jsp + \ %) in my taglibrary called myTag it just spits out the exact same line in the output. The same happens when i use a out.println(jsp:include

RE: can a taglib include a .jsp file ?

2003-08-14 Thread RANDAD,KAILASH (HP-PaloAlto,ex1)
include a .jsp file ? Hi, I have a taglib that needs to include a .jsp file .. .how can i do so ? if i try doing a out.println( %@ include file=\ + mySomething.jsp + \ %) in my taglibrary called myTag it just spits out the exact same line in the output. The same happens when

Re: can a taglib include a .jsp file ?

2003-08-14 Thread Mufaddal Khumri
List Subject: can a taglib include a .jsp file ? Hi, I have a taglib that needs to include a .jsp file .. .how can i do so ? if i try doing a out.println( %@ include file=\ + mySomething.jsp + \ %) in my taglibrary called myTag it just spits out the exact same line

Re: can a taglib include a .jsp file ?

2003-08-14 Thread Bill Barker
file as well custom tag, and use one at a time. Regards KP -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 1:45 AM To: Tomcat List Subject: can a taglib include a .jsp file ? Hi, I have a taglib that needs