URGENT - (How does sorting of mails work )

2001-01-10 Thread Jyoti Bongarala
Can somebody help me with the following : I am retreiving about 2000- 4000 rows and populate the CachedRowSet and display the rows the way mails in Yahoo are displayed. Any column header can be clicked to sort the rows by that column. I am kind of confused as to how NEXT and PREVIOUS work and

(Very very urgent)Sorting a resultset after closing the connection

2000-12-19 Thread Jyoti Bongarala
HI all, My problem is I am looking for an algorithm or a program that would do the following : 1. Once I retrieve a resultset from the database, I store it in a CachedRowSet. And when I display it , the user should be able to sort the data by any column (total columns retrieved are 13) and this

(URGENT) Dynamically changing the name of a vector

2000-10-25 Thread Jyoti Bongarala
I am unable to dynamically change the name of a vector. Can some body please help me with this thanks in advance Jyoti __ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/

Where in the application should I manually set the session timeout

2000-09-18 Thread Jyoti Bongarala
My application's first servlet creates a session to be used by other jsp pages and servlets of the app. My question is - where should I set the session timeout - right after I create the session OR .. Please let me know.. thanks, Jyoti __ Do

handling p tags in an XML file

2000-05-02 Thread Jyoti Bongarala
Hi! We have a problem with making our xsl recognize the p tags within a document tags. When this xml document gets transformed into a html document we get a block of text rather than as paragraphs of text. please help me with this problem. I think we need to work on our xsl file for this but

XML ( problem)

2000-04-24 Thread Jyoti Bongarala
Hi! I am having a problem with (ampersand). Some of the xml files that I have with '' get parsed well by IE5, but some of them don't. The error I get is : Whitespace is not allowed at this location. Line 1, Position 164 Can someone help me by telling me why this happens... thanks, Jyoti.

how to pass parameters retrieved in a jsp page to the next jsp page

2000-04-06 Thread Jyoti Bongarala
Hi! Listees, Can somebody help me with this question: how to pass parameters retrieved in a jsp page to the next jsp page __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com

JDBC-Oracle 8i

2000-03-31 Thread Jyoti Bongarala
Hi! I am having a problem with JDBC. I am trying to connect to database using JDBC driver but I am not able to . I tried to connect using the JDBC-ODBC Bridge and it was successful. I am pasting the code here ...please tell me where I am going wrong.

SSI

2000-03-31 Thread Jyoti Bongarala
Hi! Can somebody tell me how to enable Server Side Includes on Netscape Enterprise (Web Server). We could enable them in Apache but on Netscape we couldn't find a config file to set SSI thing. PLease help me with this. Thanks, Jyoti. __ Do You

JDBC-Oracle 8i

2000-03-31 Thread Jyoti Bongarala
Hi! I am having a problem with JDBC. I am trying to connect to database using JDBC driver but I am not able to . I tried to connect using the JDBC-ODBC Bridge and it was successful. I am pasting the code here ...please tell me where I am going wrong.

include tag

2000-03-29 Thread Jyoti Bongarala
Hi! Listees, I have a question which might be very simple. How can I include a file's (test.inc) contents into another file(start.html). I tried !--#include file="test.inc"-- !--#include virtual="http://localhost/test.inc"-- (both the files are in the root (public_html in WebLogic) directory of

anchor tag in xml

2000-03-24 Thread Jyoti Bongarala
Hi! Listees, I am having a problem with the anchor tag in the xml file. I am pasting a piece of code here: article titleRussian Fishing Vessel Detained in Norway./title date03/19/2000/date filename-0300-KEYWORD.Missing.html/filename urlA HREF="-0300-KEYWORD.Missing.html"Russian Fishing

jsp and bean(Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)

2000-03-17 Thread Jyoti Bongarala
HI! Everyone, I am new in the list. Well I just started working with java,JSP,Beans I have a background in ASP. Well my question is : Everytime I request a jsp(without a bean in it), it works well and gets compiled into a servlet and gives me the desired results. BUT when I call a bean in