Re: Off Topic

2002-07-30 Thread Gavin Lang
http://www.google.com/search?q=xml+xslt+mailing+list please don't tell them who told you how to use a search engine > -Original Message- > From: Aruniima Chakrabarti > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 31 July 2002 4:32 PM > To: [EMAIL PROTECTED] > Subject: Off Topic > > > Ca

Off Topic

2002-07-30 Thread Aruniima Chakrabarti
Can some one direct me to any group in which I could post xslt-xml questionsHelp needed urgently Thanks in Advance Regards, aruniima This message contains privileged and confidential information and is intende

Re: Exporting Data to Excel

2002-07-30 Thread Vikramjit Singh
check out the POI-project (http://jakarta.apache.org/POI) they claim to have a Excel-API in Java. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1059 -Original Message- From: Daniel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 7:57 PM To: [EMAIL PROTECTED] S

Exporting Data to Excel

2002-07-30 Thread Daniel
Hi All, How do we export data from our web page to excel using JSP? Thanks in Advance Daniel.E === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body:

Re: URGENT !!! - Compressing JSP

2002-07-30 Thread Hans Bergsten
Bommakanti, Vamsee wrote: > Hi > I have gone thru the doc. I specified the following in web.xml file > > GzipFilter > com.cj.gzipflt.GzipFilter > > > > GzipFilter > *.jsp > > > And downloaded the file gzipflt.jar into tomcathome\lib directory. > I restarted the server and still there i

Re: How to define what library(s) used on JSP Site

2002-07-30 Thread Bhiogade, Mittal S (SUPP)
look at the Properties Class in java Regards, Mittal S.Bhiogade GE-Supply, Corporate Drive, 6th Floor, Shelton, CT, DialComm ( 8* 203 3005) Phone (Work) 203-9443005 Phone (Home) 203-9245679 -Original Message- From: [Moisey Oysgelt] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 20

Re: jsp:include

2002-07-30 Thread Brian P Bohnet
Looks like it was due to Tomcat not knowing the path to Apache while compiling so by making directories on the app server I solved the problem. Brian P Bohnet wrote: > I'm trying to include a text file in a jsp with Tomcat 3.x. > > I placed the .txt file on apache in "/new/html/" directory. > Fo

How to define what library(s) used on JSP Site

2002-07-30 Thread [Moisey Oysgelt]
Does anyone know how to find What library(s) where loaded in Tomcat server. What Loaded from main LIB directory and what loaded from context directory. Is this possible? I need this to control uploaded libraries . Moisey Oysgelt Proposal, Engineering & Pricing Software Sprint-

Re: include

2002-07-30 Thread Bhangale, Bhushan
Hi Brian, When you use include tag don't include web context in the url. Thanks & Regards Bhushan Bhangale Sr. Software Engineer Fusion Infotech India Private Ltd. Ph. no. - 1-212-641-6932 (O) -Original Message- From: Brian P Bohnet [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 20

jsp:include

2002-07-30 Thread Brian P Bohnet
I'm trying to include a text file in a jsp with Tomcat 3.x. I placed the .txt file on apache in "/new/html/" directory. For some reason the file is not loaded, but if I place the same .txt file in the same directory as the jsp on Tomcat, it all loads correctly. I know my pathing is correct becau

Re: URGENT !!! - Compressing JSP

2002-07-30 Thread Bommakanti, Vamsee
Hi I have gone thru the doc. I specified the following in web.xml file GzipFilter com.cj.gzipflt.GzipFilter GzipFilter *.jsp And downloaded the file gzipflt.jar into tomcathome\lib directory. I restarted the server and still there is no difference. Please suggest what i have done wro

Re: URGENT !!! - Compressing JSP

2002-07-30 Thread Dmitry Namiot
See Optimize taglib from Coldtags suite: http://www.servletsuite.com/jsp.htm Also you can use filters. Gzip filter is here: http://www.servletsuite.com/servlets.htm -- Coldbeans Software - server-side Java (tm) components http://www.servletsuite.com ___

Re: JSP problem

2002-07-30 Thread vtr
try HttpSession session=request.getSession(true); session.putValue("uname","ABC"); %> <%=session.getValue("uname")%> vtr - Original Message - From: "Gopinath d" <[EMAIL PROTECTED]> Sent: Monday, July 29, 2002 1:00 PM Subject: JSP problem > hi all, > > > pl have a look at the code given