Re: Help Needed: Http Get in java

2006-05-09 Thread Chakravarthy, Sai
t: Tuesday, 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 co

Re: Help Needed: Http Get in java

2006-05-09 Thread Chakravarthy, Sai
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 I coded is here: Stand

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 main(

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 y

Re: Help Needed: Http Get in java

2006-05-08 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?= > string to a JS

Re: Help Needed: Http Get in java

2006-05-08 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 fil

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.

Re: Help needed

2004-03-18 Thread Balamurugan Krishnababu ,Tidel Park - Chennai
lto:[EMAIL PROTECTED] Sent: 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 o

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: Urgent JSP Help Needed!

2003-07-31 Thread Dharmendra Sharan
Hope this helps, 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 H

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

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 wo

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

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(java.sql.SQLException: Invalid Oracle URL specified)

2002-07-11 Thread m venkateswara rao
gs, it should work. Please get back 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 PROTE

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

2002-07-11 Thread Ramesh Kadirisani
anager.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 PROTEC

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

2002-07-11 Thread Ben Steiner
f you give as follows it will work try this... conn = 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

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

2002-07-11 Thread It, Cockpit (CAP, Contractor)
mesh 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 you suggested. no luck. is there anything else i have to check? thank

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

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 tryi

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

2002-07-11 Thread Ramesh Kadirisani
hi, i am trying to use oracle jdbc driver in my jsp program to connect to oracle database and i am getting the following error. java.sql.SQLException: Invalid Oracle URL specified The following is part of my coding: <%@ page import="java.sql.*,java.io.*, oracle.jdbc.driver.*"%> <% Connection c

Re: Combo : help needed

2002-06-18 Thread James Mitchell
> [mailto:[EMAIL PROTECTED]]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, it

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 stra

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 messa

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 or

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, >

Re: Urgent Help needed !

2002-02-14 Thread It, Cockpit (CAP, Contractor)
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 named Contacts which contain about 1 records. I need to show them in a JSP page ordered by las

Re: Urgent Help needed !

2002-02-14 Thread Kishor K
ruary 14, 2002 2:04 PM 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).

Re: Urgent Help needed !

2002-02-14 Thread Clayton Nash
OSHY MON M C" <[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 i

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 "Nex

Re: Help Needed - Flash Images problem with Netscape 4.61

2001-12-06 Thread Mattias Jiderhamn
rt Systems [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 f

Re: Help Needed - Flash Images problem with Netscape 4.61

2001-12-05 Thread Mark Currie
REST Madhavi C S" <[EMAIL PROTECTED]> 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 ima

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 prob

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 this tag is used to instantiate a simple java bean in JSP.

JSP Use-Bean help needed

2001-11-20 Thread Mahendra (Indigo)
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 for the whole session. Now my requirement is m

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

2001-07-04 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

Re: Newbie Question - jsp:useBean help needed.

2001-07-04 Thread Abhijit Hiremagalur
OTECTED] Subject: Re: Newbie Question - jsp:useBean help needed. > <%@ page import='sample.invoice.*' %> > > > name='invoice' property='status' value='pending'/> > invoice = InvoiceRepository.getInstance().getInvoice(1); >

Re: Newbie Question - jsp:useBean help needed.

2001-07-04 Thread Mattias Jiderhamn
> <%@ page import='sample.invoice.*' %> > > > > > invoice = InvoiceRepository.getInstance().getInvoice(1); > I'll try to explain this and hopefully somebody corrects me if I get some details wrong. You might need some knowledge about objects and references/pointers to understand this. One

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 ha

Re: Urgent help needed

2001-06-06 Thread Brad Cox
-- >From: M Sankar [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, June 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

Re: Urgent help needed

2001-06-06 Thread Karau, Joe
ROTECTED]] Sent: Tuesday, June 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 the

Urgent help needed

2001-06-05 Thread M Sankar
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 the message fo

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 >

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

2001-04-13 Thread Dean Sacramone
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 h

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 Message

Re: help needed with Apache-Jserv installer

2000-12-22 Thread Straight, Christian
ED]] Sent: 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

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 i

Re: poplulating string array in combobox -help needed

2000-10-10 Thread I Wayan Saryada
ing 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 get a number of combo boxes with one value in each. the

Re: poplulating string array in combobox -help needed

2000-10-10 Thread I Wayan Saryada
You should put you tag outside you code LOOP so: do { } while() -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 hi , i 'm new t

poplulating string array in combobox -help needed

2000-10-10 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 testa=result1.s

Re: Help Needed - Max cursor exceeded Exception

2000-10-04 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.

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 -Ori

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 dir

Re: Help Needed - Max cursor exceeded Exception

2000-10-04 Thread Duncan Rose
Rathna [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 work

Re: Help Needed - Max cursor exceeded Exception

2000-10-04 Thread Suvinay Sinha
hris (OTS-EDH) > 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

Re: Help Needed - Max cursor exceeded Exception

2000-10-04 Thread Murphy, Chris (OTS-EDH)
esday, 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

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 stop

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 c

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 s

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 que

Re: help needed from javascript gurus

2000-08-10 Thread Naresh Thawani
, 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't disable the back button, you can open your page in a new window with all the toolbars removed. 3. Don't kn

Re: help needed from javascript gurus

2000-08-10 Thread Nathan Revo
d 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 javascript gurus I have a couple

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 in a form the form gets submitted when you click the image. Is there a way to call a javascript to do some modific

Re: Urgent help needed

2000-07-28 Thread Kachana Ung
Ung <[EMAIL PROTECTED]> > To: <[EMAIL 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

Re: Urgent help needed

2000-07-21 Thread Vasudha Deepak
lt;[EMAIL 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. Her

Re: Urgent help needed

2000-07-21 Thread Kachana Ung
ECTED]] > 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 the request to another jsp page (test.jsp) > to > be proccessed. The test.jsp is a sim

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 the

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 jav

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 >

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

2000-05-30 Thread Biren Patnaik
e- > From: Biren Patnaik [mailto:[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 > m

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

2000-05-30 Thread Dennis Huang
: How to Generate Reports in JSP?.Help needed > > > Crystal Reports, which has always been the to reporting tool, also has web > tools. But what we do is to just generate a static HTML page and invite our > users to use the 'Print' button of the browser. Bill Hines >

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

2000-05-30 Thread Biren Patnaik
-Original Message- > From: Biren Patnaik [mailto:[EMAIL PROTECTED]] > 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

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 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 Serge Verret
cle 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 Repo

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

2000-05-30 Thread Hines, Bill
TED]] 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, Serge Ve

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

2000-05-29 Thread Biren Patnaik
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 ge

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

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 unsubsc

Re: Help needed for Configuration of Apache WEBSERVER !

2000-05-16 Thread Russell, Richard (DEH)
have you looked at the documentation? rr > -Original Message- > From: Sujoy Kumar Bose [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 16, 2000 4:28 PM > To: [EMAIL PROTECTED] > Subject: Help needed for Configuration of Apache WEBSERVER ! > Importance: H

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. With

Immediate Help Needed on "Unsuported Encoding Exception of JRun"

2000-05-03 Thread HASAN BASRI AKIRMAK
Hello, We are planning to purchase JRun 2.3.3 Pro, therefore we are evaluating it with our JSP and Servlet code. Up to now, we succeeded in installing and configuring Jrun as a plugin to IIS and, have IIS redirect .jsp files to Jrun.dll. Following is a major problem we faced Problem 1-) My que

Re: Help needed in javascript

2000-05-01 Thread Edward M. Boriso
pond to "A mailing list about Java Server Pages specification and reference" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: (bcc: EDWARD M. BORISO/EMPL/VA/Bell-Atl) Subject: Help needed in javascript Hi I need to have the following functionality in jsp

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 the

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 jav

Re: JSp with mysql / minisql Help needed

2000-04-07 Thread Raghuraman Sridharan
Subject: 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 ===

Re: JSp with mysql / minisql Help needed

2000-04-07 Thread Donald E. Vandenbeld
I have a simple example of using mysql in a servlet. Email me if you want a copy of it. Donald - Original Message - From: "Puri Aman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 07, 2000 5:52 AM Subject: JSp with mysql / minisql Help needed

JSp with mysql / minisql Help needed

2000-04-07 Thread Puri Aman
Hi Can anyone tell me how to use jsp or java with msql. How java cnnects to msql. Thanking in anticipation. Thanx Aman === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/

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 ad

FW: Need Urgent Help needed regarding JSP & Beans

2000-03-16 Thread Balasubramanian
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 regarding JSP & Beans Vinay, Did you specify a

FW: Need Urgent Help needed regarding JSP & Beans

2000-03-16 Thread Balasubramanian
still i have "userid" 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 regarding JSP & Beans

2000-03-16 Thread Dennis Huang
what is the scope of the bean? Dennis Huang -Original Message- From: Vinay Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Friday, 17 March 2000 7:54 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

Re: Need Urgent Help needed regarding JSP & Beans

2000-03-16 Thread Lee Collins
7;t know what the default is but it seems like scope='session' is what you want. Lee >From: Vinay Kulkarni <[EMAIL PROTECTED]> >Reply-To: Vinay Kulkarni <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Need Urgent Help needed regarding JSP & Beans >Dat

Re: Need Urgent Help needed regarding JSP & Beans

2000-03-16 Thread Bradley McLain
are you specifying in your usebean tag what the scope of the bean is? if not, i think the default is 'page'. bradley mclain >From: Vinay Kulkarni <[EMAIL PROTECTED]> >Reply-To: Vinay Kulkarni <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Need Urgent

Re: Need Urgent Help needed regarding JSP & Beans

2000-03-16 Thread JK
OTECTED] <[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 instantiating the a >bean. The bean is used to set & get

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 s

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 <[E

Re: Need Urgent Help needed regarding JSP & Beans

2000-03-16 Thread Mark Jorritsma
]]On Behalf Of Vinay 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

Need Urgent Help needed regarding JSP & Beans

2000-03-16 Thread Vinay Kulkarni
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 1st page I set some value by calling a set method from the bean. Now when I go to the second or third page & try to get the value

  1   2   >