Re: Help Needed: Http Get in java

2006-05-09 Thread Richard Yee
Kiran, Look at the java.net.HttpURLConnection class. -Richard [Kiran Kumar Vedula] wrote: hi , I have to know how do we get a HTTP Get in a standalone code.The requirement is like get a string from csv file and pass the particular string to a JSP page using HTTP GET from a property

Re: Help Needed: Http Get in java

2006-05-09 Thread ACITO GIUSEPPE
hi , I have to know how do we get a HTTP Get in a standalone code.The requirement is like get a string from csv file and pass the particular That string is a parameter for the JSP ? For parameter I mean something like: http://host:port/whatever/page.jsp?parameter=value string

Re: Help Needed: Http Get in java

2006-05-09 Thread ACITO GIUSEPPE
Dear sir, Thanks for the immediate response.From your response, how to pass the a particular string to a JSP page, I am not clear on this.I have read a csv file ,got the string now I am stuck with how to pass it as a parameter to a JSP page.Please help me in this. Basically you

Help Needed: Http Get in java

2006-05-09 Thread [Kiran Kumar Vedula]
I have a requirment to read a csv file which is passed from a property file , and pass the string to a JSP page. I am stuck as to how to pass the string from to JSP page from a standalone code. The way I coded is here: Standalone code: public class URLConnectionReader { public static void

Re: Help Needed: Http Get in java

2006-05-09 Thread Chakravarthy, Sai
To: JSP-INTEREST@JAVA.SUN.COM Subject: Help Needed: Http Get in java I have a requirment to read a csv file which is passed from a property file , and pass the string to a JSP page. I am stuck as to how to pass the string from to JSP page from a standalone code. The way I coded is here: Standalone

Re: Help Needed: Http Get in java

2006-05-09 Thread Chakravarthy, Sai
, May 09, 2006 6:33 AM To: JSP-INTEREST@JAVA.SUN.COM Subject: Help Needed: Http Get in java I have a requirment to read a csv file which is passed from a property file , and pass the string to a JSP page. I am stuck as to how to pass the string from to JSP page from a standalone code. The way

Help Needed: Http Get in java

2006-05-08 Thread [Kiran Kumar Vedula]
hi , I have to know how do we get a HTTP Get in a standalone code.The requirement is like get a string from csv file and pass the particular string to a JSP page using HTTP GET from a property file.Please let me know how to do this, any code would be helpful to me regards kiran

Re: Help needed

2004-03-19 Thread Paul Copeland
Applications http://www.jotobjects.com Date:Thu, 18 Mar 2004 13:36:47 -0800 From:Maya menon [EMAIL PROTECTED] Subject: Help needed All, All suggestions welcome for designing this: 1. Have a web page with tabs [4 tabs] in the body and 2 menu links on the left side. The requirement is if I

Help needed

2004-03-18 Thread Maya menon
All, All suggestions welcome for designing this: 1. Have a web page with tabs [4 tabs] in the body and 2 menu links on the left side. The requirement is if I modify anything in my page and click on the tabs, I should prompt the user to do a form submit before proceeding. But on the same time, if

Re: Help needed

2004-03-18 Thread Balamurugan Krishnababu ,Tidel Park - Chennai
: Friday, March 19, 2004 3:07 AM To: [EMAIL PROTECTED] Subject: Help needed All, All suggestions welcome for designing this: 1. Have a web page with tabs [4 tabs] in the body and 2 menu links on the left side. The requirement is if I modify anything in my page and click on the tabs, I should prompt

Re: Urgent JSP Help Needed!

2003-07-31 Thread Dharmendra Sharan
, Regards, Dharmendra ps: have a nice day! -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] Behalf Of Michael Rogan Sent: Tuesday, July 29, 2003 4:27 PM To: [EMAIL PROTECTED] Subject: Re: Urgent JSP Help Needed

Urgent JSP Help Needed!

2003-07-29 Thread Michael Rogan
Hello, Could someone please take a look at the two files below as soon as possible? Something is wrong with the code and I am unable to figure it out. It generates 16 errors -- mostly expected ;, but from what I can see all the required semicolons are there! If someone more experienced

Re: Urgent JSP Help Needed!

2003-07-29 Thread Michael Rogan
The listing is below. Thanks to anyone that can help! Show us the exact listing of the first 2-3 compile errors. The properties file is not necessary. 62. String search(HttpServletRequest req) { *** Syntax: ; expected instead of this token 62. String search(HttpServletRequest req) {

Help Needed on SMS Banking.

2003-06-19 Thread Velmurugan (Java Team)
Hi We have planned to do SMS Banking software for our customer. For this we need the architecture/software/hardware/network for above said requirement. Kindly advice us how to proceed in this regard. Thannks Regards, Velmurugan P Java Team.

Re: Help Needed on SMS Banking.

2003-06-19 Thread Chris Ocello
Firsthop message gateway is easy to use and should give you all that you need. I had firsthop in production in three weeks! You will also require a popular SMSC operator. e.g. Telstra Velmurugan (Java Team) wrote: Hi We have planned to do SMS Banking software for our customer. For this we need

Re: help needed(java.sql.SQLException: Invalid Oracle URL specified)

2002-07-11 Thread Ben Steiner
instead of conn = DriverManager.getConnection(jdbc:oracle:[EMAIL PROTECTED]:1521:BIST1:oaxapr/oaxapr); it should work this way... conn = DriverManager.getConnection(jdbc:oracle:[EMAIL PROTECTED]:1521:BIST1, oaxapr,oaxapr); Ben [EMAIL PROTECTED] 07/11/02 07:51AM hi, i am trying to use

Re: help needed(java.sql.SQLException: Invalid Oracle URL specified)

2002-07-11 Thread Ramesh Kadirisani
Hi Ben, thanks for the response. i tried the way you suggested. no luck. is there anything else i have to check? thanks, Ramesh Kadirisani. Ben Steiner wrote: instead of conn = DriverManager.getConnection(jdbc:oracle:[EMAIL PROTECTED]:1521:BIST1:oaxapr/oaxapr); it should work this way...

Re: help needed(java.sql.SQLException: Invalid Oracle URL specifi ed)

2002-07-11 Thread It, Cockpit (CAP, Contractor)
: Thursday, July 11, 2002 8:27 PM To: [EMAIL PROTECTED] Subject: Re: help needed(java.sql.SQLException: Invalid Oracle URL specified) Hi Ben, thanks for the response. i tried the way you suggested. no luck. is there anything else i have to check? thanks, Ramesh Kadirisani. Ben Steiner wrote: instead

Re: help needed(java.sql.SQLException: Invalid Oracle URL specified)

2002-07-11 Thread Ben Steiner
= DriverManager.getConnection(jdbc:oracle:[EMAIL PROTECTED]:1521:BIST 1, oaxapr,oaxapr); Yogaraj -Original Message- From: Ramesh Kadirisani [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 8:27 PM To: [EMAIL PROTECTED] Subject: Re: help needed(java.sql.SQLException: Invalid Oracle URL specified) Hi Ben

Re: help needed(java.sql.SQLException: Invalid Oracle URL specifi ed)

2002-07-11 Thread Ramesh Kadirisani
, oaxapr,oaxapr); Yogaraj -Original Message- From: Ramesh Kadirisani [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 8:27 PM To: [EMAIL PROTECTED] Subject: Re: help needed(java.sql.SQLException: Invalid Oracle URL specified) Hi Ben, thanks for the response. i tried the way

Re: help needed(java.sql.SQLException: Invalid Oracle URL specified)

2002-07-11 Thread m venkateswara rao
to me, if it does not work.. with rgds, Rao -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Ramesh Kadirisani Sent: Thursday, July 11, 2002 8:27 PM To: [EMAIL PROTECTED] Subject: Re: help needed

Re: Combo : help needed

2002-06-18 Thread David Castro
I have a jsp page on which I want to populate a HTML combo box from items tables. Issue is that, item table has as many as 2 records, I put a query to select all records and populate on combo, then nothing comes and it times out. How to handle this situation ? So, let me get this

Re: Combo : help needed

2002-06-18 Thread James Mitchell
]]On Behalf Of David Castro Sent: Tuesday, June 18, 2002 12:51 PM To: [EMAIL PROTECTED] Subject: Re: Combo : help needed I have a jsp page on which I want to populate a HTML combo box from items tables. Issue is that, item table has as many as 2 records, I put a query to select all records

Urgent - Help needed for JSP access

2002-06-13 Thread Vasudevan Srinivasan
Hi, When i try to access the JSP in Tomcat i am getting the following error in the browser.Pls. help. Thanks in advance. Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error type Exception report

Urgent Help needed !

2002-02-14 Thread JOSHY MON M C
Hi All, Can Anybody help ? I have a Oracle 9i table named Contacts which contain about 1 records. I need to show them in a JSP page ordered by last name or first name or in any other order (as per user request). But only 100 records should be shown at a time. User can click Previous or Next

Re: Urgent Help needed !

2002-02-14 Thread Clayton Nash
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 14, 2002 8:34 AM Subject: Urgent Help needed ! Hi All, Can Anybody help ? I have a Oracle 9i table named Contacts which contain about 1 records. I need to show them in a JSP page ordered by last name or first name or in any

Re: Urgent Help needed !

2002-02-14 Thread Kishor K
Subject: Urgent Help needed ! Hi All, Can Anybody help ? I have a Oracle 9i table named Contacts which contain about 1 records. I need to show them in a JSP page ordered by last name or first name or in any other order (as per user request). But only 100 records should be shown at a time

Re: Urgent Help needed !

2002-02-14 Thread It, Cockpit (CAP, Contractor)
: JOSHY MON M C [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 2:04 PM To: [EMAIL PROTECTED] Subject: Urgent Help needed ! Hi All, Can Anybody help ? I have a Oracle 9i table named Contacts which contain about 1 records. I need to show them in a JSP page ordered by last name or first

Re: Urgent Help needed !

2002-02-14 Thread Juan Hernández Gómez
). With the previous two methods you can obtain the desired rows of a query. -Original Message- From: JOSHY MON M C [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 2:04 PM To: [EMAIL PROTECTED] Subject: Urgent Help needed ! Hi All, Can Anybody help ? I have a Oracle 9i table

Re: Urgent Help needed !

2002-02-14 Thread Borislav Iordanov
There are several taglibs that do that automatically for you, one is TICL from http://www.kobrix.com. --- JOSHY MON M C [EMAIL PROTECTED] wrote: Hi All, Can Anybody help ? I have a Oracle 9i table named Contacts which contain about 1 records. I need to show them in a JSP page ordered

Re: Help Needed - Flash Images problem with Netscape 4.61

2001-12-06 Thread Mattias Jiderhamn
[EMAIL PROTECTED] -Original Message- From: SUBSCRIBE JSP-INTEREST Madhavi C S [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 1:24 PM Subject: Help Needed - Flash Images problem with Netscape 4.61 Hi All, This is my first posting to this mailing list. I have a problem

Help Needed - Flash Images problem with Netscape 4.61

2001-12-05 Thread SUBSCRIBE JSP-INTEREST Madhavi C S
Hi All, This is my first posting to this mailing list. I have a problem with Flash images loading in Netscape 4.61 We are displaying the advertisements (Flash image files with shockwave plugin 3) in our application. Multiple ads have to be displayed on a page. It works fine with IE 5. This

Re: Help Needed - Flash Images problem with Netscape 4.61

2001-12-05 Thread Mark Currie
] To: [EMAIL PROTECTED] Sent: Wednesday, December 05, 2001 8:23 AM Subject: Help Needed - Flash Images problem with Netscape 4.61 Hi All, This is my first posting to this mailing list. I have a problem with Flash images loading in Netscape 4.61 We are displaying the advertisements (Flash image

JSP Use-Bean help needed

2001-11-20 Thread Mahendra (Indigo)
jsp:usebean id=xyz scope=session class=abc.efg.xyz this tag is used to instantiate a simple java bean in JSP. the scope identifier sets the life time of the bean. scope=page the bean persists for that page only. scope=request the bean persists for that request. scope=session the bean persists

Re: JSP Use-Bean help needed

2001-11-20 Thread Chen, Gin
Use Session.removeAttribute(xyz); -Tim -Original Message- From: Mahendra (Indigo) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 4:03 AM To: [EMAIL PROTECTED] Subject: JSP Use-Bean help needed jsp:usebean id=xyz scope=session class=abc.efg.xyz this tag is used

Re: Newbie Question - jsp:useBean help needed.

2001-07-05 Thread Mattias Jiderhamn
%@ page import='sample.invoice.*' % html head jsp:useBean id='invoice' class='InvoiceBean'/ jsp:setProperty name='invoice' property='status' value='pending'/ jsp:scriptlet invoice = InvoiceRepository.getInstance().getInvoice(1); /jsp:scriptlet !-- Here, I am attemtpting to initialise

Re: Newbie Question - jsp:useBean help needed.

2001-07-05 Thread Abhijit Hiremagalur
: Newbie Question - jsp:useBean help needed. %@ page import='sample.invoice.*' % html head jsp:useBean id='invoice' class='InvoiceBean'/ jsp:setProperty name='invoice' property='status' value='pending'/ jsp:scriptlet invoice = InvoiceRepository.getInstance().getInvoice(1); /jsp:scriptlet

Site tips (was RE: Newbie Question - jsp:useBean help needed.)

2001-07-05 Thread Mattias Jiderhamn
Thank you very much Mattias, the change you suggested seems to have rectified my problem. As I mentioned in my original message the purpose of this exercise is to learn more about JSPs. Can you suggest a webstie/tutorial/book that would mention things such as this? Or are these the sort of

Newbie Question - jsp:useBean help needed.

2001-07-04 Thread Abhijit Hiremagalur
Hi All, I will attempt to make my question as clear as possible, though I am sure it will sound a little vague given the fact that I am completely muddled right now. I am conducting a simple exercise to learn about JSPs. I have a simple database table in MS Access with 1 'Invoice' record which

Re: Urgent help needed

2001-06-06 Thread Karau, Joe
05, 2001 11:16 PM To: [EMAIL PROTECTED] Subject: Urgent help needed Hi all, I am using Netscape Iplanet Web Server and JSP.I am trying out a cryptography module. Now my application is made and is working fine using Tomcat on a trial basis. But when I put these application on iPlanet, JSP

Re: Urgent help needed

2001-06-06 Thread Brad Cox
help needed Hi all, I am using Netscape Iplanet Web Server and JSP.I am trying out a cryptography module. Now my application is made and is working fine using Tomcat on a trial basis. But when I put these application on iPlanet, JSP Compiler is throwing an Classformat error. It is showing

Re: urgent help needed on checkbox property!!!!

2001-04-13 Thread Dean Sacramone
of a form element. -- eats a easy solution. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Agarwal, Shekhar (MED, TCS America) Sent: Thursday, April 12, 2001 2:31 PM To: [EMAIL PROTECTED] Subject: urgent help

Re: urgent help needed on checkbox property!!!!

2001-04-13 Thread Shawn Zhu
I had to ask, what kinda of service does TCS offer? -Original Message- From: Agarwal, Shekhar (MED, TCS America) [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 2:31 PM To: [EMAIL PROTECTED] Subject: urgent help needed on checkbox property hi all i need

urgent help needed on checkbox property!!!!

2001-04-12 Thread Agarwal, Shekhar (MED, TCS America)
hi all i need a javascript function invoking which we can either mark a check or a cross on a select box .(X or a check mark) can anyone help me SHEKHAR AGARWAL TATA CONSULTANCY SERVICES Email : [EMAIL PROTECTED] Tel: 268-548-2592 (work) 262-798-1052 (home) -Original

help needed with Apache-Jserv installer

2000-12-22 Thread Sushma.R
Hi guys, I have been trying to configure Tomcat and Apache together.It says that I will have to download a Apache-Jserv installer from the site http://java.apache.org/jserv/dist/ If i go there I have no idea which to use for Windows-2000 system. It tells "For Apache JServ 1.0b5 the installer is

Re: help needed with Apache-Jserv installer

2000-12-22 Thread Straight, Christian
Friday, December 22, 2000 12:56 PM To: [EMAIL PROTECTED] Subject: help needed with Apache-Jserv installer Hi guys, I have been trying to configure Tomcat and Apache together.It says that I will have to download a Apache-Jserv installer from the site http://java.apache.org/jserv/dist/ If i go

poplulating string array in combobox -help needed

2000-10-11 Thread Gunaseelan, R.
hi , i 'm new to JSP and i hope the probelm i face would be an easy one for many I have a jsp which returns a java string array. i want to populate this in a combo box. when i execute this i get a number of combo boxes with one value in each. the code is do { String

Re: poplulating string array in combobox -help needed

2000-10-11 Thread I Wayan Saryada
You should put you select tag outside you code LOOP so: select .. do { } while() /select -Original Message- From: Gunaseelan, R. [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 12:12 AM To: [EMAIL PROTECTED] Subject: poplulating string array in combobox -help needed

Re: poplulating string array in combobox -help needed

2000-10-11 Thread I Wayan Saryada
er 12, 2000 12:12 AM To: [EMAIL PROTECTED] Subject: poplulating string array in combobox -help needed hi , i 'm new to JSP and i hope the probelm i face would be an easy one for many I have a jsp which returns a java string array. i want to populate this in a combo box. when i execute this i g

Re: Help Needed - Max cursor exceeded Exception

2000-10-05 Thread Rathna
thanx to everyone who suggested the solution.i was able to solve the problem.FYI, it was because of some place i haven't close the statement after the sql operation. thanx again with regards, rathna. Tai wrote: Try: 1. after executing SQL statement and use the result set.

help needed.. working with hardcoded servlets

2000-10-04 Thread GUNASEELAN RAJENDRAN
Hi I'm developig an appln where i have only the logout servlet. I don't have the code of the servlet. upon calling logout it logs the user out and gives an empty page. i want to redirect it to a jsp page. since i don't have the servlet code my options are limited it seems. can i create a

Help Needed - Max cursor exceeded Exception

2000-10-04 Thread Rathna
hi all, This is a bit off topic but i am sure someone in the list would thru light on this. we are developing a internet based application which works fine but when we keep accessing for some time, at some point in sql query it throws "max number of cursors exceeded" , then after wards it

Re: Help Needed - Max cursor exceeded Exception

2000-10-04 Thread Murphy, Chris (OTS-EDH)
, October 04, 2000 6:08 AM To: [EMAIL PROTECTED] Subject: Help Needed - Max cursor exceeded Exception hi all, This is a bit off topic but i am sure someone in the list would thru light on this. we are developing a internet based application which works fine but when we keep accessing for some

Re: Help Needed - Max cursor exceeded Exception

2000-10-04 Thread Suvinay Sinha
) Sent: Wednesday, October 04, 2000 2:00 PM To: [EMAIL PROTECTED] Subject: Re: Help Needed - Max cursor exceeded Exception I have seen this on Oracle 7.x databases. In my case, the dba needed to increase the MAX_CURSOR_SIZE (or something like it, I can't remember the exact one) attribute

Re: Help Needed - Max cursor exceeded Exception

2000-10-04 Thread Duncan Rose
na [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 04, 2000 2:08 PM To: [EMAIL PROTECTED] Subject: Help Needed - Max cursor exceeded Exception hi all, This is a bit off topic but i am sure someone in the list would thru light on this. we are developing a internet based application which works fin

Help Needed on Taglibs

2000-10-04 Thread Sanjay Gomes
Hello Can anybody help me on taglibs I compiled file 1 containing the tag definition then created a jar file including this a taglib.tld file ran the JSP in the browser , but it said that it couldnt find the .tld file.The documentation said that I need to have the .tld file in the Meta-inf

Re: Help Needed - Max cursor exceeded Exception

2000-10-04 Thread Vinod
PROTECTED] Subject: Re: Help Needed - Max cursor exceeded Exception I have seen this on Oracle 7.x databases. In my case, the dba needed to increase the MAX_CURSOR_SIZE (or something like it, I can't remember the exact one) attribute on my database and I was good to go. -murph -Original

Re: Help needed..design issues..........

2000-09-12 Thread Jacek Laskowski
Raj S wrote: Hi, I am making an address book application.I have some design issues which I have not been able to resolve. In this application a user would be able to view his personal address book,add addresses and modify or delete them. I am using JSP's and at the backened LDAP server.

Help needed..design issues..........

2000-09-11 Thread Raj S
Hi, I am making an address book application.I have some design issues which I have not been able to resolve. In this application a user would be able to view his personal address book,add addresses and modify or delete them. I am using JSP's and at the backened LDAP server. I have a list of

help needed from javascript gurus

2000-08-10 Thread Samir Gharse
I have a couple of questions: 1. How to disable tabs for images? 2. How to disable the back buttton of browser? 3. How to implement a modal dialog in javascript? 4. When we put input type=image... in a form the form gets submitted when you click the image. Is there a way to call a javascript

Re: help needed from javascript gurus

2000-08-10 Thread Nathan Revo
" The function will be called before the form is submitted. If you do a return(false) from your function it will stop the submit. -Original Message- From: Samir Gharse [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 12:14 PM To: [EMAIL PROTECTED] Subject: help needed from javas

Re: help needed from javascript gurus

2000-08-10 Thread Naresh Thawani
return valid; } -Original Message- From: Nathan Revo [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 1:47 PM To: [EMAIL PROTECTED] Subject: Re: help needed from javascript gurus Comments to your questions. 1. What do you mean, "tabs for images". 2. You can

Re: Urgent help needed

2000-07-28 Thread Kachana Ung
21, 2000 10:18 AM Subject: Urgent help needed Hi, I tried unsuccessfully to write a servlet that simply forwards the request to another jsp page (test.jsp) to be proccessed. The test.jsp is a simple PURE html page that just prints something. Here's the code

Urgent help needed

2000-07-21 Thread Kachana Ung
Hi, I tried unsuccessfully to write a servlet that simply forwards the request to another jsp page (test.jsp) to be proccessed. The test.jsp is a simple PURE html page that just prints something. Here's the code: = package workflow.servlet; import javax.servlet.*; import

Re: Urgent help needed

2000-07-21 Thread Joshi, Aparna
There may be a problem in your JSP. Tag not ended properly, etc. -Original Message- From: Kachana Ung [mailto:[EMAIL PROTECTED]] Sent: Friday, July 21, 2000 9:19 AM To: [EMAIL PROTECTED] Subject: Urgent help needed Hi, I tried unsuccessfully to write a servlet that simply forwards

Re: Urgent help needed

2000-07-21 Thread Kachana Ung
2000 9:19 AM To: [EMAIL PROTECTED] Subject: Urgent help needed Hi, I tried unsuccessfully to write a servlet that simply forwards the request to another jsp page (test.jsp) to be proccessed. The test.jsp is a simple PURE html page that just prints something. Here'

Re: Urgent help needed

2000-07-21 Thread Vasudha Deepak
PROTECTED] Sent: Friday, July 21, 2000 10:18 AM Subject: Urgent help needed Hi, I tried unsuccessfully to write a servlet that simply forwards the request to another jsp page (test.jsp) to be proccessed. The test.jsp is a simple PURE html page that just prints something. Here's the code

Re: How to Generate Reports in JSP?.Help needed

2000-05-31 Thread Fernando Ribeiro
Is not a report generator implemented as a bean enough for you? fribeiro - Original Message - From: "Biren Patnaik" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 31, 2000 7:04 AM Subject: Re: How to Generate Reports in JSP?.Help needed Hi Dennis, Thanx for u

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Serge Verret
or pdf - Original Message - From: Biren Patnaik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 29, 2000 3:50 AM Subject: How to Generate Reports in JSP?.Help needed Hi, Can anyone suggest me How to generate reports in JSP or using latest Java Technology .Here

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Pradeep Kumar
Also, check BRIO...its a pretty good tool for generating web reports -Pradeep -Original Message- From: Hines, Bill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 30, 2000 5:55 PM To: [EMAIL PROTECTED] Subject: Re: How to Generate Reports in JSP?.Help needed Crystal Reports, which has

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Dennis Huang
Do you know how much does it cost? Dennis Huang -Original Message- From: Serge Verret [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 30 May 2000 23:37 To: [EMAIL PROTECTED] Subject: Re: How to Generate Reports in JSP?.Help needed http://www.oracle.com/datawarehouse/products/bitools/reports

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Biren Patnaik
, Pradeep Kumar wrote: Also, check BRIO...its a pretty good tool for generating web reports -Pradeep -Original Message- From: Hines, Bill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 30, 2000 5:55 PM To: [EMAIL PROTECTED] Subject: Re: How to Generate Reports in JSP?.Help needed

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Dennis Huang
]] Sent: Tuesday, May 30, 2000 3:44 AM To: [EMAIL PROTECTED] Subject: Re: How to Generate Reports in JSP?.Help needed Hi verret, Thanks for ur quick answer.Can u please tell me any web-sites which will have a clear understanding about the report server.Any books also?. On Mon, 29 May 2000

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Biren Patnaik
:[EMAIL PROTECTED]] Sent: Wednesday, 31 May 2000 17:15 To: [EMAIL PROTECTED] Subject: Re: How to Generate Reports in JSP?.Help needed Hi Pradeep, Thanx for ur answer.I don't have enough idea about BRIO.Can u please tell me any sites of BRIO.Is it freely available on the net.Please give me some

Re: How to Generate Reports in JSP?.Help needed

2000-05-29 Thread Serge Verret
I think the use of report server from Oracle would be the answer , it can generate html or pdf - Original Message - From: Biren Patnaik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 29, 2000 3:50 AM Subject: How to Generate Reports in JSP?.Help needed Hi, Can anyone

Re: How to Generate Reports in JSP?.Help needed

2000-05-29 Thread Biren Patnaik
- Original Message - From: Biren Patnaik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 29, 2000 3:50 AM Subject: How to Generate Reports in JSP?.Help needed Hi, Can anyone suggest me How to generate reports in JSP or using latest Java Technology .Here My back-end

How to Generate Reports in JSP?.Help needed

2000-05-28 Thread Biren Patnaik
Hi, Can anyone suggest me How to generate reports in JSP or using latest Java Technology .Here My back-end is Oracle 8.0.3. Looking forward to geeting reply from tje JSP community sites. Thanks in advance Biren === To

Help needed for Configuration of Apache WEBSERVER !

2000-05-16 Thread Sujoy Kumar Bose
Dear All, I am extrenmely interested in JSP and Web Applications. Can Anybody suggest me in details(config files), how to configure a Apache WEBSERVER (on Windows as well as UNIX) in general and also how to further configure it for supporting JSP , beans and Servlets.

Help needed in javascript

2000-05-01 Thread srinivasa rao yeramati
Hi I need to have the following functionality in jsp pages from page one i have three links . when i click on link one or two and go to the next page i should be able to come back to page one using browser back button. If i click link three and go to the next page i should not come back to

Re: JSp with mysql / minisql Help needed

2000-04-08 Thread Alex Waltrip
Another great source is Geoge Reeves's book "Java and JDBC programming" available from www.ora.com, Geoge Reeves wrote the first JDBC driver for msql I believe, you can download it from http://www.dasein.org. Puri Aman wrote: Hi Can anyone tell me how to use jsp or java with msql. How java

Re: JSp with mysql / minisql Help needed

2000-04-07 Thread Raghuraman Sridharan
: JSp with mysql / minisql Help needed Hi Can anyone tell me how to use jsp or java with msql. How java cnnects to msql. Thanking in anticipation. Thanx Aman

Help needed :jsp and servlet not able to connect to AS/400 but java Applivcation does

2000-04-03 Thread bramha
I am using apache ,jserv and gnujsp . I am trying to connect to as/400 using client access ODBC driver and sun's jdbc-odbc bridge . using servlet and jsp it gives communication link failure at driver lavel. But very similiar code runs as Java application . Help me figure out problem Thanks in

Re: Need Urgent Help needed regarding JSP Beans

2000-03-16 Thread Mark Jorritsma
y Kulkarni Sent: Thursday, March 16, 2000 3:54 PM To: [EMAIL PROTECTED] Subject: Need Urgent Help needed regarding JSP Beans HI Guys, I need some urgent help. I have a 3 JSP pages. In all the three JSP pages I am instantiating the a bean. The bean is used to set get a value. Now From the

Re: Need Urgent Help needed regarding JSP Beans

2000-03-16 Thread Manoj Kumar
Hi vinay, This is a prblem regarding the scope of the bean/jsp page. In the second jsp page you need not instantiate the bean again. Using the "id" attribute you can always manipulate the bean in the second jsp page. hope this should suffice. get back for more info. manoj --- Vinay Kulkarni

Re: Need Urgent Help needed regarding JSP Beans

2000-03-16 Thread Mike McKechnie
scope="session" in the useBean tag. - Original Message - From: "Vinay Kulkarni" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 16, 2000 3:54 PM Subject: Need Urgent Help needed regarding JSP Beans HI Guys, I need some urgent help. I have a

Re: Need Urgent Help needed regarding JSP Beans

2000-03-16 Thread JK
Original Message- From: Vinay Kulkarni [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Friday, March 17, 2000 8:48 AM Subject: Need Urgent Help needed regarding JSP Beans HI Guys, I need some urgent help. I have a 3 JSP pages. In all the three JSP pages I am instantiatin

FW: Need Urgent Help needed regarding JSP Beans

2000-03-16 Thread Balasubramanian
quot; as INIT-NAME and not NEWNAME. It will be great if you can point me where i am doing mistake. Thanks... R. Bala -Original Message- From: Lee Collins [SMTP:[EMAIL PROTECTED]] Sent: Friday, March 17, 2000 3:53 AM To: [EMAIL PROTECTED] Subject:Re: Need Urgent Help needed re

FW: Need Urgent Help needed regarding JSP Beans

2000-03-16 Thread Balasubramanian
where i am doing mistake. Thanks... R. Bala -Original Message- From: Lee Collins [SMTP:[EMAIL PROTECTED]] Sent: Friday, March 17, 2000 3:53 AM To: [EMAIL PROTECTED] Subject:Re: Need Urgent Help needed regarding JSP Beans Vinay, Did you specify a scope?? jsp:useBean id="

Re: help needed

2000-02-25 Thread Shrisha Radhakrishna
Try using a shared variable (say, a vector, hashtable or a map) instead of doing a DB read every time. - Original Message - From: "Naresh Singh Chhonker" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 24, 2000 6:34 AM Subject: help needed hai I

help needed

2000-02-24 Thread Naresh Singh Chhonker
hai I am having a servlet which has Two Listboxes both list are filled from database entries Say one is Group name and second one is project name list box And on changing the Group name the releated Project belonging to that group will be displayed in project list box for

Help needed for Project !!!

1999-10-24 Thread Parvez Lanewala
Hi, I have taken up JSP to do my project in college. I'm not getting an application for JSP. I would like to do server side programming involving servlets, beans, JDBC. Please help me out. Thanks. Parvez Lanewala.