Problem Session

2001-05-08 Thread Arun.N
Hi All, Is there any way to track the session if the client browser doesn't support Cookies... I used URL rewriting by i don't want my session id to be exposed... Is there any way that i can store the session id as a header information and get it back every time.. ? The session

Re: Can somebody tell me if there is a way to automatically invalidate a session variable?

2001-05-08 Thread Sachin S. Khanna
session.removeAttribute(Name of the session attribute); It's a good practice to refer to the relevant java docs before posting a query to the list. Just an opinion :-). Have a nice day. With regards, Sachin S. Khanna http://www.emailanorder.com - Original Message - From: Lorena Carlo

Re: Can somebody tell me if there is a way to automatically inval idate a session variable?

2001-05-08 Thread Savas Alparslan (Garanti Teknoloji)
I think we must stress the word automatic in the question. We're facing the same problem: You store many state variables in the session and then user suddenly clicks to a unrelated link, breaking the operation sequence and there're many variables left in the Session. I don't think there's an

How can an JSP/HTML table be converted to Excel spreadsheet?

2001-05-08 Thread Arnab Nandi
Hi, We need to convert a JSP/HTML table to an Excel spreadsheet? How can this be done? Any pointers will be helpful. Arnab Nandi === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest:

Problem in using sendRedirect on HTTPS

2001-05-08 Thread Rathna
Hi all, I am facing a problem in using sendRedirect( ) to redirect the page. our application uses HTTPS on apache 3.1.4 with Jrun 3.1 as the application server.when we do a sendRedirect from a HTTPS to another page (say response.sendRedirect(/abc.jsp)) the browser complients that you are moving

Re: How can an JSP/HTML table be converted to Excel spreadsheet?

2001-05-08 Thread Geert Van Damme
well, it's very very easy ;-) Excel can read Html itself, so you just leave the JSP that creates the table but you tell the browser that it's an Excel File instead of HTML. put this at the top of your JSP: %@ page contentType=application/vnd.ms-excel % of you could do it depending on an input

Re: How can an JSP/HTML table be converted to Excel spreadsheet?

2001-05-08 Thread Christopher Barham
Hi, We need to convert a JSP/HTML table to an Excel spreadsheet? How can this be done? Any pointers will be helpful. Arnab Nandi Try this bean from IBM: http://oss.software.ibm.com/developerworks/opensource/excel/index.html and also, this article may help: Enable copy and paste functionality

mailing java+applet

2001-05-08 Thread Peter Palombi
hi all, Where can i found a mailing list about java and applet thanks for tour help Peter === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set

Re: How can an JSP/HTML table be converted to Excel spreadsheet?

2001-05-08 Thread Arnab Nandi
Hi All, Thanks for replying to my earlier question. But while running the code on IE, the Excel document is embedded in the browser but Netscape opens Excel and then opens the spreadsheet as an MDI child. Can something be done for a consistent look and feel across all browsers? Regards, Arnab

Re: How can an JSP/HTML table be converted to Excel spreadsheet?

2001-05-08 Thread Geert Van Damme
Nope, I'm afraid you'd need to contact Netscape or M$ with your request ;-) Geert -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Arnab Nandi Sent: dinsdag 8 mei 2001 12:12 To: [EMAIL PROTECTED]

Re: Database locked?

2001-05-08 Thread Ruaidhrí Fernandes
Hi, I'll try that. thanks for the help. Rui --- Shawn Zhu [EMAIL PROTECTED] wrote: haha...it's only confusing when you describe it. put it in simple words (I think what's you've been trying to describe): 1. your app is the only app that's accessing the DB; 2. you are trying to do

AW: jdbc and tags libs

2001-05-08 Thread [Your Full Name]
I dont know what you want from me . alex -Ursprüngliche Nachricht- Von: Chuck Boyce [mailto:[EMAIL PROTECTED]] Gesendet am: Dienstag, 8. Mai 2001 13:55 An: [EMAIL PROTECTED] Betreff: Re: jdbc and tags libs Bernard, It appears that you did not get a response to your post to [EMAIL

Re: Problem in using sendRedirect on HTTPS

2001-05-08 Thread Jagan Mohan . G
try using jsp:forward page=pagename.jsp /jsp:forward Regards jagan Rathna [EMAIL PROTECTED] on 08/05/2001 02:31:59 PM Please respond to A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Team CRM/LTITL) Subject:

Re: Sorting table columns

2001-05-08 Thread Ron Quartel
Why not use the TreeSet or TreeMap structures that do the sorting for you? ADO has this functionality built in (rs.sort = columnName). No need for arrays etc. Ron Quartel -Original Message- From: Shahaji Kadam. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 5:38 AM To: [EMAIL

Re: Sorting table columns

2001-05-08 Thread Schulz Ryan C
TreeSet or TreeMap Guess I'm unaware of these strucuturesWhat is ADO -Original Message- From: Ron Quartel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 7:54 AM To: [EMAIL PROTECTED] Subject: Re: Sorting table columns Why not use the TreeSet or TreeMap structures

Re: Sorting table columns

2001-05-08 Thread Arnab Nandi
ADO is ActiveX Data Objects provided by MS to work with objects in VB Regards, Arnab -Original Message- From: Schulz Ryan C [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 6:40 PM To: [EMAIL PROTECTED] Subject: Re: Sorting table columns TreeSet or TreeMap Guess I'm unaware

Re: Sorting table columns

2001-05-08 Thread Ron Quartel
Refer to the java.util.collections api for details of Treeset and Treemap - basically they are collection implementations for sorted data. ADO = ActiveX Data Objects. I was commenting on the previous mail that there is no need for result set to collection translations if using ADO as is supports

Re: Sorting table columns

2001-05-08 Thread T.A. Flores
AFAIK -ADO is a M$ thing. But TreeSet and TreeMap are part of Java Collections and as far as that goes you may want to take a look at all the collection objects they are have particular uses and features. See the collection trail of the java tutorial.

Re: how to load a fresh JSP page every time

2001-05-08 Thread Ivan
Hi all, There's an old trick which is to pass a dummy random value variable, this is: a href=test.jsp?rnd=try me/a This make the browser always asks the server for the page and never takes it from the client cache. Ivan - Original Message - From: Hamid [EMAIL PROTECTED]

Tomcat

2001-05-08 Thread Orozco, Juan Carlos
Hello everyone.. I wonder if jakarta-tomcat, it's a good option in aplication servers.. what problems may present?...i have installed Tomcat 3.2.1 for windows and many Dr Watson appears.. Thanks, and excuse my poor english.. regads, Juan Orozco -Original Message- From: Arnab Nandi

Re: Problem Session

2001-05-08 Thread M. Simms
Very possible, especially if you have more than one context path specified and did NOT specifiy crossContext=true: Context path= docBase=l:\opt\TC32TST\webapps\myapp\ora\ debug=9 reloadable=true crossContext=true/ Context path=/ora docBase=l:\opt\TC32TST\webapps\myapp\ora\

Re: Sorting table columns

2001-05-08 Thread Ivan
Hello, I had the same problem and I found a non standard solution but saved my ass :) since my customer use ie5 I used a xml xsl file and I can sort and resort without reloading the page... indeed I sort the xml elements with javascript... the only problem is that I only can make string

Re: getProperty, null and empty string

2001-05-08 Thread VENKATACHALAPATHY Duraiswamy
Dave: The getProperty method of your bean should be written in such a way that if the property value is null, it has to just return a specific string such as %nbsp. Thanks Venkat -- From: Dave Ford[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server

Re: Database locked?

2001-05-08 Thread Celeste Haseltine
Ruaidhrí, The person who responded below is correct. Particularly if you are using Access as your db. You need to make sure that you close your connection to the db AFTER you pull the information for your first page, and then REOPEN the connection to the database to do an update. This will

Re: Sorting table columns

2001-05-08 Thread Celeste Haseltine
Ivan, Clever idea. I had not thought of using xml and xsl to sort, but then again, I've only recently begun using xml with my JSP/Java code. I for one would be interested in seeing your code. Celeste -Original Message- From: A mailing list about Java Server Pages specification and

Problem with the absolute path of a file

2001-05-08 Thread kumar seema
Hi all, I use JavaWebServer2.0 to run my JSP pages. I have a text file from which my JSP page reads from. I use the RandomAccessFile object in java to read and write into the file. The file is currently placed in the public_html directory of the JavaWebServer. My problem is that while opening

Re: Problem with the absolute path of a file

2001-05-08 Thread Daryani Santosh
You can use getRealPath to get a physical mapping for a virtual path ServletContext sc = ServletConfig.getServletContext() ; sc.getRealPath(); You can use an existing virtual path or create a new virtual directory for your user files. If you do not want to use a virtual directory , you can

Re: Tomcat

2001-05-08 Thread Jeff Hayes
I've personally never had a problem running Tomcat on both NT and Win2K, but you should direct this question to one of the apache discussion groups http://jakarta.apache.org/site/mail.html, and be prepared to list the specifics of your configuration when you do post there. -Jeff -Original

Re: jdbc and tags libs

2001-05-08 Thread Chuck Boyce
Bernard, It appears that you did not get a response to your post to [EMAIL PROTECTED] Did you resolve this? if so, how? Thanks, Chuck At 03:00 PM 3/30/01 +0200, you wrote: Hi, We are looking for a data base access tags library. We found one on the Jakarta website which seems to be a good

SV: Sorting table columns

2001-05-08 Thread Anders Jørvad (RWDK)
Ivan Good idea, I would also be interrestet in seeing the code. Anders -Oprindelig meddelelse- Fra: Celeste Haseltine [mailto:[EMAIL PROTECTED]] Sendt: 8. maj 2001 17:49 Til: [EMAIL PROTECTED] Emne: Re: Sorting table columns Ivan, Clever idea. I had not thought of using xml and xsl

No Subject

2001-05-08 Thread jyothirmai porika
Hi, I am interested in seeing the code you wrote for sorting using xmlxsl. I have done the similar thing by using hash array. But, it was pain. I would really like to see the approach you have taken. Thankx --- FREE! The World's Best Email Address

off topic (where is ApacheModuleJServe.dll)

2001-05-08 Thread sufi malak
Hi, I am trying to install Apache with tomcat, for apache to communicate with tomcat I need ApacheModuleJServe.dll, but I can't find it. Thanks _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Re: off topic (where is ApacheModuleJServe.dll)

2001-05-08 Thread Orozco, Juan Carlos
I have that file...give me your e-mail,.. -Original Message- From: sufi malak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 1:31 PM To: [EMAIL PROTECTED] Subject: off topic (where is ApacheModuleJServe.dll) Hi, I am trying to install Apache with tomcat, for apache to

Re: Sorting table columns

2001-05-08 Thread Kuppuswamy, Sairam (SUPP)
Ivan, can you please send me the code, I would appreciate it. Sai mailTo:[EMAIL PROTECTED] -Original Message- From: Ivan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 10:01 AM To: [EMAIL PROTECTED] Subject: Re: Sorting table columns Hello, I had the same problem

jsp executed and after that 404 error occured

2001-05-08 Thread Ivo Simicevic
Is it possible to get error like this one Not Found (404) Original request: /upload.jsp Not found request: /upload.jsp even if upload.jsp has done some work? I am sure that upload.jsp was working because I can see new file in download directory. Thanks for any help. Regards, Ivo.

Memo: Test, Please ingore it

2001-05-08 Thread Richard Liu
=== To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST. Some relevant FAQs on JSP/Servlets can be found at:

Re: jsp:getProperty, null and empty string

2001-05-08 Thread horwat
You could implement your own tag that returns the property value. Justy - Original Message - Is there a way to tweak jsp:getProperty so that it returns %nbsp; if the property is null or empty string? Dave Ford

Re: java-XML -please help

2001-05-08 Thread horwat
That question would be better answered in an XML forum like http://xml.apache.org Justy - Original Message - Hi , Can anyone help me out in parsing an XML file using tinyXML DOM parser. Please help. Hrishi

How to access to an object class in jsp?

2001-05-08 Thread Nguyen, Harris
Help... Goal: I want my jsp file accesses to an object's class file, retrieves four fields from a table, then displays those fields on the browser? Question: * How to create a new class file to retrieve four fields from a table? This class file will create a Vector of those four fields.

Re: NULL Session

2001-05-08 Thread horwat
Take a look at the session tracking portion of the servlet api. In particular look at the HttpSession object. In essence, servlets can use this object to store information associated with a particular user. by calling the getSession() method the HttpSession should be created if it does not

Re: SV: Sorting table columns

2001-05-08 Thread cedric sk chin
hi ivan, i would be insterested to see your code as well. thanks and best regards, cedric A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] wrote: Ivan Good idea, I would also be interrestet in seeing the code. Anders -Oprindelig

Use EJB in JSP

2001-05-08 Thread Liu Te Hua
hello... I want to know how to use EJB in JSP ? is it enough just to use jsp:usebean ... tag ? thank you === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED]

Re: Use EJB in JSP

2001-05-08 Thread Nevarez, Benjamin
Well, it is a little more complex. You can use EJBs from JSP but this is not recommended. It is better using JavaBeans from JSP (using that jsp:useBean tag) and then, EJBs from the JavaBeans. You can also use EJBs from servlets. If this seems difficult to you, you better start working now on the

Re: SV: Sorting table columns

2001-05-08 Thread Shahaji Kadam.
Ivan, It makes sense to use XML/XSL if you are sure that user is working with ie5.0 etc... Client side sorting!! Good Idea !!. PLEASE POST YOUR CODE. Also i am interested in additional info. pls through some comments on, whether your data is in XML files or you are generating them on

Re: Sorting table columns

2001-05-08 Thread Shahaji Kadam.
Ron, You are right, ADO has built in sorting mechanism. But ADO built in sorting doesn't work with connectionless recordset, I guess. Donno why ? In my case i was getting the data from LDAP server, not from the DB, using ADSI in the form of RS, which i wanted to sort before returing it from