Remote File saveing

2003-03-13 Thread srinivas tadikonda
Get more buddies in your list. Win prizes === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQ

Remote File saveing

2003-03-13 Thread srinivas tadikonda
Cricket - World Cup 2003 News, Views and Match Reports. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant

TimeStamp Check

2002-11-06 Thread srinivas tadikonda
Hi,   I have some problem in my project. Please help me.    I have to check two dates(TimeStamps) ,based on hours I will display the results.  How can I check two timestamps Results I want in terms of hours... Thanks and Regars srinivas                                MSN 8 helps ELIMINATE E-MAIL VI

Re: XML--XSL Doubt

2002-09-23 Thread srinivas tadikonda
Sir,  I red sun tutorials. I can able to do. But I con't do with dynamically. I want to pass parameters dynamically and  I will display the particular record information.  So How can I pass html parameters to xsl. Please tell me. Thanks and Regards srinivas  Chat with friends online, try MSN Messe

Re: XML--XSL Doubt

2002-09-23 Thread srinivas tadikonda
Sir,  I red sun tutorials. I can able to do. But I con't do with dynamically. I want to pass my parameter dynamically and  I will display the particular records.  So How can I pass html parameters to xsl. Please tell me. Thanks and Regards srinivas  MSN Photos is the easiest way to share and print

XML--XSL Doubt

2002-09-23 Thread srinivas tadikonda
Hi,  I have one xml file(AddressBook.xml). This file contains the following tags.   srinivas chennai38389393India It contains 2000 records. In my browser(IE) I want to display name only(In table). If anybody click that name I want to display his details useing XSL or anything , at the same time I

Records Control

2002-09-05 Thread srinivas tadikonda
Hi, How can I display limited records in one jsp page. My table haveing 50,000 records. I want to display these records into browser using jsp. If  I try to display this much records my browser is hanging. because lot of records. so I want to display 1000 records  each page.  If user press next b

XML Doubt

2002-09-02 Thread srinivas tadikonda
Sir, I am parseing one xml file useing sunparser(DOM).  Its parseing fine. But when ever my xml haveing "<" or ">" this symbols. its parseing but its not giveing the "<" or "<" symbol. What is the  problem. Here I am giveing examples. My xml looks like: salary < 5000 I am expecting this out put

Indian Currency Format

2002-07-25 Thread srinivas tadikonda
Hi,   I want to display my amount in Indian Currency Format.(with commas) for ex: This amount 10.00 -  I want to display like this ---1,00,000.00 This amount is dynamic. here I done some codeing , but sun microsystems gave every currency format in Locale class.They did't give indian format

Password encryption

2002-07-04 Thread srinivas tadikonda
Hi,  How can I do password encryption and decryption. Please sned code for encryption and decryption. Regards Srinivas        MSN Photos is the easiest way to share and print your photos: Click Here === To unsubscribe: mailto

Re: response.sendRedirect problem

2002-06-27 Thread srinivas tadikonda
Hi,  In my project I am useing 'response.sendRedirect("somefilename.jsp")' . Its working fine. but my problem is each and every page I am checking my session whether its expired or not..if expired I am redirecting to Login page using response.sendRedirect. but once I am useing this , after respons

Re: Please help for browser print

2002-02-14 Thread srinivas tadikonda
t;Date: Thu, 14 Feb 2002 10:16:30 -0800 > >Set the to your header, that gets printed on each page in most browsers. > (*Chris*) > - Original Message - > From: srinivas tadikonda > To: [EMAIL PROTECTED] > Sent: Thursday, February 14, 2002 4:13 AM > Subject: [JSP-INTER

veru urgent print problem

2002-02-14 Thread srinivas tadikonda
Hi, I want to display my heading in each and every page. For example:  I put some heading like XX this. my total pages are 10. When ever I give print I want to print heading each and every page. How can I solve this problem. Please help me.  I did this project in jsp.

Re: OpenVMS Java exports

2002-02-10 Thread srinivas tadikonda
Hi,  You did't give the classpath of Oracle thin driver.  you find classes111.zip and give the classpath.  then It will work your program. Regards Srini >From: Mark Stray <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >To: [EM

Re: Please help me(ScrollableResultSet)

2001-11-15 Thread srinivas tadikonda
Hi, This is code in jsp: Here my records are stored in rs: ResultSet rs=bean.methodname(); rs.afterLast();while(rs.previous()){ System.out.println("1.."+ rs.getString("ino")); }  The same code is working java. In jsp I tried using rs.next() then also its working.  but in the c

Re: Please help me(ScrollableResultSet)

2001-11-15 Thread srinivas tadikonda
er Pages specification and reference >[mailto:[EMAIL PROTECTED]]On Behalf Of srinivas tadikonda > Sent: Thursday, November 15, 2001 5:10 AM > To: [EMAIL PROTECTED] > Subject: Please help me(ScrollableResultSet) > > > Hi, > > Here I got one problem using ResultSet. If I am using

URGENT(PRINT)

2001-11-14 Thread srinivas tadikonda
Hi,    How can I print horizontally in browser(IE5).  For example Balance Sheet I want to print.  If i gave print command in browser its printing first page. After that its not printnng.  Please tell me what can I do for this.   Regards SrinivasGet your FREE download of MSN Explorer at http://explo

broser print

2001-11-14 Thread srinivas tadikonda
Hi, How can I print horizontally  in browser.   for example I have a balance sheet in my browser I want to print this balance sheet  in two pages(A4) size, after that I will attach both papers. I tryed alot but its printing one page vertically.  after that its not printing. where can I set the

Please help me(ScrollableResultSet)

2001-11-14 Thread srinivas tadikonda
Hi,      Here I got one problem using ResultSet.  If I am using scrollable resultset its working fine in java.  I am using oracle database and thin drivers. The same code I want work in jsp.  But its not working moreover its giveing  the following error.(I am using PreparedStatement)   Java.lan

rs.previous() problme in jsp(URgent)

2001-11-12 Thread srinivas tadikonda
Hi,      Here I got one problem using ResultSet.  If I am using scrollable resultset its working fine in java.  I am using oracle database and thin drivers. The same code I want work in jsp.  But its not working moreover its giveing  the following error.(I am using PreparedStatement)   Java.la

scrollable Resultset

2001-11-12 Thread srinivas tadikonda
Hi,      Here I got one problem using ResultSet.  If I am using scrollable resultset its working fine in java.  I am using oracle database and thin drivers. The same code I want work in jsp.  But its not working moreover its giveing  the following error.(I am using PreparedStatement)   Java.l

scrollable Resultset

2001-11-12 Thread srinivas tadikonda
Hi,      Here I got one problem using ResultSet.  If I am using scrollable resultset its working fine in java.  I am using oracle database and thin drivers. The same code I want work in jsp.  But its not working moreover its giveing  the following error.(I am using PreparedStatement)   Java.lan

jdbc VERSIOIN PROBLME

2001-11-12 Thread srinivas tadikonda
hi,     I have some problem with using jdbc1.0.   If i use jdbc1.0 ResultSet its not scrollable that mean its forward scroll only.  Actually in my programming I want to use previous and absolute position. How can I solve this problem. If I  search jdbc2.0 for downloadble I can't  find where it is.

Re: Thanks

2001-11-02 Thread srinivas tadikonda
  HI,   Thanks for your suggesion.  Now I am trying what You gave... Thnaks alot. Regards Srinivas     >From: Jean-Francois Pinero <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: help me >D

help me

2001-10-31 Thread srinivas tadikonda
Hi,   my requirement is to display the data on the front end without any time interval when ever the  data changes in the table that perticular field of the record only must change on the front end without refreshing the entire page. (please don't recomend meta tags)   Regards SrinivasGet your FREE

Database number

2001-10-22 Thread srinivas tadikonda
Hi,      Please help me the following situation.      I am tring to insert some data into oracle database. Here one field datatype is Number(22,6) what ever I inserted in this field it will take only (after decimal) two degits.  Actually I want to to be inseterd after decimal 6digits.  How can

Database number

2001-10-22 Thread srinivas tadikonda
Hi,      Please help me the following situation.      I am tring to insert some data into oracle database. Here one field datatype is Number(22,6) what ever I inserted in this field it will take only (after decimal) two degits.  Actually I want to to be inseterd after decimal 6digits.  How can I

Schedular

2001-08-09 Thread srinivas tadikonda
Hi all,     Is there any java or jsp based  Schedulars.  It contains automail also. Its more or less calendar but it will have one facility auto mailsystem. Please help me. Thanks inadvance.   Regards Srinivas       Get your FREE download of MSN Explorer at http://explorer.msn.com

help

2001-08-01 Thread srinivas tadikonda
HI,      How can I find  whos login my system.  I am using windows operating system. Regards SrinivasGet your FREE download of MSN Explorer at http://explorer.msn.com === To unsubscribe: mailto [EMAIL PROTECTED] with body:

signoff JSP-INTEREST

2001-07-30 Thread srinivas tadikonda
signoff JSP-INTERESTGet your FREE download of MSN Explorer at http://explorer.msn.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INT

Re: AutoRefresh

2001-07-23 Thread srinivas tadikonda
Hi Prakasan,     You copy the following tag into your jsp file.(after  tag).  Here Content is time interval.  Your page will refresh every 10 seconds.   If U want more time then just U  will change content. Regards Srinivas Gupta   >From: Prakasan OK <[EMAIL PROTECTED]> >Reply-To: A mailing

Urgent

2001-07-19 Thread srinivas tadikonda
Hi,       I want to store large amount of data into sql server6.5 database.  For this I am using text datatype.  But Its takeing 255 to 270 characters only.  Is there any other datatypes for storeing large amount of data.  Please tell me.    Thanking U Regards Srinivas  Get your FREE download of M

Please

2001-07-19 Thread srinivas tadikonda
Hi,      How can I store large amount of data in sql server6.5.  Please tell me datatype. But I am useing sqlserver6.5.   Thanking U   Regards SRinivas    Get your FREE download of MSN Explorer at http://explorer.msn.com === T

No Subject

2001-07-19 Thread srinivas tadikonda
Hi, How can I store large amount of data(its arround 4000 charactes) in sqlserver6.5. Is there any datatype for this. Please help me. Thanking You SrinivasGet your FREE download of MSN Explorer at http://explorer.msn.com ===

"signoff >>JSP-INTEREST"

2001-06-25 Thread srinivas tadikonda
"signoff >>JSP-INTEREST".Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body:

Re: what's gnu/regexp/ ??

2001-05-30 Thread srinivas tadikonda
Hi,      The gnu.regexp package is a pure-Java implementation of a traditional (non-POSIX) NFA regular expression engine. Its syntax can emulate many popular development tools, including awk, sed, emacs, perl and grep   You can download this the following link; http://www.cacas.org/~wes/java/

Re: How can I send a file from client to server?

2001-05-30 Thread srinivas tadikonda
Hi, You want to send a file from client machine to server machine for this you will use file upload component. If you want to download file Upload component go to http://www.servlets.com There free upload component is there.  You can download upload zip file and change it ip address.   

No Subject

2001-05-29 Thread srinivas tadikonda
Hi Chintha Ratnasiri,   You are calling java classes directly to JSP pages.  This won't work.  Instead of this you can folllow these steps. you write this code into your jsp page. then you can use this bean id. for example you have one method in your class. You want to call that meth

Re: How can I send a file from client to server?

2001-05-29 Thread srinivas tadikonda
Hi, You want to send a file from client machine to server machine for this you will use file upload component. If you want to download file Upload component go to http://www.servlets.com There free upload component is there.  You can download upload zip file and change it ip address.   Regards