Sending Large Data to the Server

2001-09-05 Thread Ganesh MohanRao
Hi All, I am having a screen where I have mupltiple tables. When I click Save, I need to save all the information from different tables. How can I send all these data from the client to the server. I am using JSP. There will be a Servlet in the Backend which saves the data in to Data Base.

Re: Sending Large Data to the Server

2001-09-05 Thread Ganesh MohanRao
Hi, Actually I am not using the HTML Table. I am using a Javascript Component Table to Display the Table Data. One more issue is for various reasons, we don't use Forms. Now there is a way to get the Data from the Tables. But I don't know how to send these large data to the Servlet. Thanks,

Sending XML from Servlet to JSP

2001-04-17 Thread Ganesh MohanRao
Dear All, Please help me to do the following. 1. How to send XML String from Servlet to JSP? 2. How to retreieve the XML sent by Servlet? Thank you Ganesh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

JSP Vs Servlet

2001-04-11 Thread Ganesh MohanRao
Hi All, I have a basic doubt. I would like to know in what way "Servlet" is advantageous over "JSP". I feel I can do everything in "JSP" that can be done in Servlet. Is there anything which can't be done by JSP and can be done by Servlet? Thank you Ganesh

JSP-XML-Servlet --- Help Please

2001-04-04 Thread Ganesh MohanRao
Hi All, Please help me in this JSP-XML stuff. I need to transfer the Data from JSP to Servlet and from Servlet to JSP using XML. Please tell me how to send the XML data. In JSP how to display the Data after Parsing XML. I appreicate if you can provide me some sample codes for XML Data

Runnung JRun Taglib Examples

2001-04-04 Thread Ganesh MohanRao
Hi All, Has any one tried to run the Taglib samples in Jrun? When I tried to run the Taglib which converts Query to XML(Query2Xml), it gives the following error. Please help me whats the problem. 500 Internal Server Error /demo/taglib/query2xml.jsp: javax.servlet.ServletException: Exception

Re: Object Serialization Between JSP and Servlet

2001-04-04 Thread Ganesh MohanRao
Hi All, The data I am passing may be more than 10. Like for a User there may be more than one row of data from the Database. In this case I may need to store the information in a "VECTOR" OR "HASHTABLE". Can u do the same thing for these type of data structures also? Can u store the Vector and

Object Serialization Between JSP and Servlet

2001-04-03 Thread Ganesh MohanRao
This is what I wanted to do. I need to call the servlet from a JSP which connects to Database and Retrieves the Data. Servlet needs to send the Data as Object. JSP needs to receive the Object sent by the Servlet and display the data in a specific format. How do I do this Object Serialization

Object Serialization Between JSP and Servlet

2001-04-03 Thread Ganesh MohanRao
Please Help me out. I didn't get any reply for this. I am forwarding again. This is what I wanted to do. I need to call the servlet from a JSP which connects to Database and Retrieves the Data (Servlet). Servlet needs to send the Data as Object. JSP needs to receive the Object sent by the

Servlet needs to run till the lifetime of Webserver

2001-03-28 Thread Ganesh MohanRao
Hi, Please tell me how to make a Servlet Run till the lifetime of Webserver. Whenever the webserver starts, Servlet needs to start and should run till the Webserver shuts down. Please help me. Thanx. Ganesh === To

Re: Servlet needs to run till the lifetime of Webserver

2001-03-28 Thread Ganesh MohanRao
imeout the request, which gets you into trouble in cases where you do want other requests to time out. Please give more insight in what it is that you're trying to do with this, so that maybe I can give more to the point advice good luck Rob Ganesh MohanRao wrote: Hi, Please tell me

Re: Servlet needs to run till the lifetime ofWebserver

2001-03-28 Thread Ganesh MohanRao
tion needs to be updated in the memory. This is what my requirement is. Tell me how can we achieve this. -Original Message- From: Christopher K. St. John [mailto:[EMAIL PROTECTED]] Sent: 28 March, 2001 11:38 AM To: [EMAIL PROTECTED] Subject: Re: Servlet needs to run till the lifetime ofWebserve

Debugging JSP with JRun Studio

2001-03-26 Thread Ganesh MohanRao
Since I didn't get not even one reply, I am resending this. Hi All, I am trying to Debug JSP with Jrun Studio which I am not able to do. When I start Debug it gives the following error. "An error occured contacting RDS server(localhost Hostname:localhost): (9) A connection with server could

Debugging JSP with JRun Studio

2001-03-23 Thread Ganesh MohanRao
Hi All, I am trying to Debug JSP with Jrun Studio which I am not able to do. When I start Debug it gives the following error. "An error occured contacting RDS server(localhost Hostname:localhost): (9) A connection with server could not be established". Have any of you worked on this Debug in

Re: Who the hell do u think u are??

2001-02-22 Thread Ganesh MohanRao
Please use their respective mail ids to communicate like this. Please don't post these stuffs in General mailing List. -Original Message- From: Venkat Krishnan [mailto:[EMAIL PROTECTED]] Sent: 22 February, 2001 5:01 PM To: [EMAIL PROTECTED] Subject: Who the hell do u think u are??

Re: JDBC Drivers comparing

2001-02-21 Thread Ganesh MohanRao
I like "Nissan Maxima" -Original Message- From: Peter Choe [mailto:[EMAIL PROTECTED]] Sent: 21 February, 2001 11:07 AM To: [EMAIL PROTECTED] Subject: Re: JDBC Drivers comparing i personally like the accord, but i really haven't ridden in a camry. but i hear that they get stolen alot.

Advantages of Taglibs over JavaBeans

2001-02-07 Thread Ganesh MohanRao
Hi All, Can anyone tell me the Advantatges of Taglib in JSP? Separating Business logic from Presentation is already done using Java Beans. In what way it is advantageous than Java Bean. Can you tell something which can be done using Taglib(Custom Tags) and not possible using JavaBean? If

Taglibs and JavaBeans ???

2001-02-07 Thread Ganesh MohanRao
Hi All, Since i didn't get any response, I am reposting it. Can anyone tell me the Advantatges of Taglib in JSP? Separating Business logic from Presentation is already done using Java Beans. In what way it is advantageous than Java Bean. Can you tell something which can be done using

Re: connecting to mssql

2001-02-06 Thread Ganesh MohanRao
I totally agree with Stefan Freyr. Please don't insult anybody. Ganesh -Original Message- From: Stefn F. Stefnsson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 9:44 AM To: [EMAIL PROTECTED] Subject: Re: connecting to mssql I suppose the better alternative is to say

Re: Can anyone tell me how to unsubscribe?

2001-02-06 Thread Ganesh MohanRao
Ross, I will suggest u a way. Go to http://archives.java.sun.com/archives/jsp-interest.html You can find a link to "Join or Leave the List". This is the only way u can "Unsubscribe" i think. Ganesh -Original Message- From: Ross L [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February

Applicaiton Server and WebServer?

2001-02-02 Thread Ganesh MohanRao
Hi Gurus, Sorry for the Basic Question. Whats the difference between Application Server and WebServer? If we are not using EJB, I think we need to have Application Server. But if we are not using EJB, then what difference it makes between App.Server and Weberver. Thanks in Advance, Ganesh

Help in JSP XML Please ???

2001-01-07 Thread Ganesh MohanRao
Dear All, I am reposting it since i didn't get any feed back. Please help me out Gurus. I have a doubt which is not cleared for long time. I am sorry if this is very basic question. In JSP applications, Before this XML was introduced we were doing the data Transformation from JSP to Backend

Advantage of XML !!!

2001-01-05 Thread Ganesh MohanRao
Dear All, I have a doubt which is not cleared for long time. I am sorry if this is very basic question. In JSP applications, Before this XML was introduced we were doing the data Transformation from JSP to Backend via Bean using JDBC. Now people say that XML can be used for Data

Field Validation with DataBase

2000-12-20 Thread Ganesh MohanRao
Hi All, My Data entry form has 20 fields. When the primary key field is entered, this has to be checked with the Backend data base whether this a valid one or not. That is user has to enter only the valid value from Database. If the value enterd by the user is not a valid one, message has to be