Re: Response has already been committed

2000-09-20 Thread Kai Hackemesser
Check the error output of your JSP container. I have found that this error message comes with an external error output on the server. - Original Message - From: Gabriel J Zimmerman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 19, 2000 7:53 PM Subject: Response has

JSP on IIS

2000-09-20 Thread Dhananjay
Does anyone know how to configure IIS and PWS to accept JSP requests. I have downloaded the ISAPI (isapi_redirect.dll) redirect form TOMCAT. Thanks Dhananjay [EMAIL PROTECTED] === To unsubscribe: mailto [EMAIL PROTECTED]

IPanet Applcaition Srever or IPlanet FastTrack Server???

2000-09-20 Thread manoj nahar
hi, considering 1000 hits in day. and 200 concurrent user at a peak time. Which should be the best bet IPanet Applcaition Srever or IPlanet FastTrack Server We only want to host one domain on the server at the moment. are there any drawbacks of using IPlanet FastTrack Server as compared to

question about two different website

2000-09-20 Thread TomyWang
hi ..guys. wish you all be happy!:) i get a urgency problem ,so need your help. i get a project that i must build a real_time negotiation system linking two different website. user A logging in website A can negotiate with user B loggin in website B,talking about price of some kinds of product.

Re: problem with scope in useBean

2000-09-20 Thread Veronique Dupierris
This will set the bean with session scope not application scope ! Session scope = one instance by session (user) and application is one instance for all ...It depends what you really want : For application scope, use jsp:useBean class="Your beanclass Name" id="beanid" scope="application"/, this

Re: RV: Access MySQL databases

2000-09-20 Thread hima bindu
Hi! u can access the MYSQL database using Class.forname("org.gjt.mm.mysql.Driver); Connection con=DriverManager.getConnection("jdbc:mysql:databasename"); --- Luis Lorente [EMAIL PROTECTED] wrote: Hello What is the best way to access a MySQL database from a JSP page? I don't find

Re: JSP on IIS

2000-09-20 Thread Jens-Uwe Eilers
Hello, look at http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/etc/Attic/tomcat-i is-howto.html Jens-Uwe - Original Message - From: "Dhananjay" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 20, 2000 8:27 AM Subject: JSP on IIS Does anyone know how to

Re: class errors under jsdk2.1

2000-09-20 Thread chandruinjava
there is not any servlet.jar file in your class path - Original Message - From: Sampat Palani [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 20, 2000 2:50 PM Subject: class errors under jsdk2.1 hi i am useing jsdk2.1 to compile my servlets i recently formatted my

check emailadress

2000-09-20 Thread Jan D. Herzhoff
Hi,. I am a newbie in JSP and I would like to create a form with an error script. If someone types an email adress without an "@" for example an error code should appear. How can I do this or what else do I have to check? Thanks and best regards, J/~\n

Re: How to Identify whether a session has expired

2000-09-20 Thread Rathna
hi kevin, I would like to add something here put some value say userInfo into the sessin on successfull login and check whether userInfo is there in the session in all other pages, if not there then the session has been expired. to get the session in login page use 'true' for the

Re: JSP tags

2000-09-20 Thread Sanjay Gomes
Hi Sajeev, Yup sure, Ill let u know if I do work it out Im currently trying to work it out Thanx for the reply What r u currrently working on Keep in contact Regards Sanjay -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL

Re: check emailadress

2000-09-20 Thread
hava a try this if (email.indexOf("@")=0) { alert("invalid email address"); return; } Xia Yu P.R.China - Original Message - From: "Jan D. Herzhoff" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 20, 2000 4:56 PM Subject: check emailadress Hi,. I am a

Re: check emailadress

2000-09-20 Thread Dani Clemente
Hi, I think you should better do it with JavaScript. It's better because it's done in client side. - Mensaje Original - De: "Jan D. Herzhoff" [EMAIL PROTECTED] Fecha: Miércoles, Septiembre 20, 2000 9:56 am Asunto: check emailadress Hi,. I am a newbie in JSP and I would like to

Re: check emailadress

2000-09-20 Thread Vinod
You can do this with JavaScript. Here is a sample Javascript code for validating e-mail address. /* == FUNCTION: isValidEmail INPUT: str (string) - an e-mail address to be tested RETURN:

Re: Database access in JSP...

2000-09-20 Thread hima bindu
Hi! yes,u can definitely access database from JSP page. u can write the java code for accessing the database inside a scriptlet or u can create a bean(a java file) for the connections and initialise the bean inside the JSP page using jsp:usebean/ u can print the output from the javabean on

Re: check emailadress

2000-09-20 Thread Miguel Angel Fernandez Roiz
Hello: Javascript is the solution. The code HTML for the form is: form action="YourJSP.jsp" method="POST" name="alta" e-mail: input type="Text" name="email" size="20" maxlength="50" br input type="button" value="Registrarme" name="Button" onclick="javascript:chequear()" /form The

Re: Tomcat doesn't run... FATAL!!!

2000-09-20 Thread Dhananjay
Nothing is worng in in your apache configuration. This error indicates that the port is already in use. If you are using NT try stopping some services. Dhananjay. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On

Re: problem with scope in useBean

2000-09-20 Thread Kevin Jones
jsp:useBean class="Your beanclass Name" id="beanid" scope="session"/ Close - but for application scope it should be jsp:useBean class="Your beanclass Name" id="beanid" scope="application"/ Kevin Jones DevelopMentor www.develop.com -Original Message- From: A

Re: servlet initialization

2000-09-20 Thread Kevin Jones
What does your web.xml look like? Kevin Jones DevelopMentor www.develop.com -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of William Wu Sent: 20 September 2000 04:18 To: [EMAIL PROTECTED] Subject:

Re: How to Identify whether a session has expired

2000-09-20 Thread Kevin Jones
Then that's a bug in WebLogics server. I've just tried this under Tomcat 3.2 and it works exactly as I'd expect. I get a session, I put an object in the session. I see a biund message. If I hit refresh in the browser then I get the same session and no bound/unbound messages. Download Tomcat and

INTERRUPTED SYSTEM CALL(TOMCAT CRASHED)

2000-09-20 Thread Merino Elizabeth
I can't read a JSP, when I want start a JSP Tomcat Crash down, I did after the error: ps -auxw | grep java | grep tomcat | grep -v grep There is not more process from Tomcat I really tried to ensolve this problem, but I have'n idee, about it, I use Red Hat Linux 6.1 and JDK 1.2. I want only

Re: JSP on IIS

2000-09-20 Thread Dhananjay
Thanks very much Everything worked very fine Dhananjay -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Jens-Uwe Eilers Sent: Wednesday, September 20, 2000 2:08 PM To: [EMAIL PROTECTED] Subject: Re: JSP on

Tomcat Doesn't run - STARTED

2000-09-20 Thread Robuschi (Delfi)
It was the port 8080 that was in conflict with another software. Thanks to everybody and many thanks to Dhananjay Bye Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932411 Fax 0521/989045 [EMAIL PROTECTED] --- http://www.delfi.it

No Subject

2000-09-20 Thread hua ge
Hi,Gurus I have a jsp page which will use out.write to output data in tab delimited(fixed length column) format. % response.setHeader("Content-Disposition","attachment; filename= exp.txt;"); out.write(" following records found from your searching:"); ... (the results are writen here in tab

Session parameters.

2000-09-20 Thread Raj S
Hi, I am facing a problem with retreiving Session parameters. Below is the code in Search.jsp.In this JSP,when I use the method getValue,I can retrieve the values of LoginName and Password. But from this JSP,I am invoking Delete.jsp,where again I am trying to retrive the same parameters by

Re: JSP on IIS

2000-09-20 Thread Distler,Rodney
Look at Jrun from Allaire Corp. -Original Message- From: Dhananjay [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 1:28 AM To: [EMAIL PROTECTED] Subject:JSP on IIS

image input type

2000-09-20 Thread sudha
hi i am placing two image input types on my from and the same form is submitted using two image buttons but in jsp if try to retrieve the image name we get in the name as name/value pair name.x and name.y but i want to know how to get the name of the image button thorugh which we have

Another book ? (was Re: question about import)

2000-09-20 Thread Jacek Laskowski
Hans Bergsten wrote: plug My own JSP book will soon be released, and it describes what the spec says in this regard ;-) /plug Oh, really ? Where can we read about it - maybe web page or something ? Is there any chance to read a chapter or so *before* buying it ? What servlet engine do you

How to run servlets in JRun3.0

2000-09-20 Thread C.V.S.Brahammananda Rao
Hello friends, can anyone help me how to run sevlets in JRun3.0. I created a simple class file (hello.class)and put in the JRun/servlets directory. I tried to access by using http://localhost:8000/servlets/hello. It says the following 404 Not Found /servlets/Hello

Re: How to run servlets in JRun3.0

2000-09-20 Thread Daryani Santosh
Replace servlets with servlet in you call Your url should look like http://localhost:8000/servlet/hello , notice servlets replaced with servlet Santosh "C.V.S.Brahammananda Rao" [EMAIL PROTECTED] on 09/20/2000 07:16:09 PM Please respond to A mailing list about Java Server Pages

Generating simple graphs at real time

2000-09-20 Thread Atchutarao Killamsetty
Hi, I am looking for a way to generate simple graphs (Bar, Pie) on real time from the options selected on one JSP and display it on the next JSP when the user presses the submit button. The data is realtime and hence I can not generate them during overnight batch or something like that. Your

problem with response has already been committed (too)

2000-09-20 Thread Chad Pitt
Dear all, i have a problem with the forward tag.. basically..i have 2 buttons in the form.. one is called modify, the other, submit basically, when you press modify, it show you the detail from the databaseand once you submit the details..it throws the exception..can anyone help me with

Content from external websites.

2000-09-20 Thread Krishna Srinivasan
I'm trying to incorporate newsfeed from an external site say CNN.com and show the headlines on my site. As news gets updated in CNN.com,my site should also show the latest news. How do i accomplish this?Do i need to open a socket connection with the external site or is there any other way to do

Re: Jsp 1.0 to Jsp1.1

2000-09-20 Thread Angus Mezick
I would suggest you go to http://java.sun.com/products/jsp/download.html and read the spec. I has a section that outlines the differences. --Angus Aravind Kumar LNS wrote: Hi all, I would like to know the variations in JSP1.1 when compared to the JSP 1.0 .What issues one is likely to

Re: Generating simple graphs at real time

2000-09-20 Thread Daryani Santosh
Take a look at www.chartworks.com , chartworks specializes in serving and displaying java charts. Santosh Atchutarao Killamsetty [EMAIL PROTECTED] on 09/20/2000 09:26:12 AM Please respond to A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To:

Re: Quick bean question.

2000-09-20 Thread Liu
I think you confused with the concept "null" and "" at this point. return null or not, depends if you have a field with that particular name ( if doesn't care if the field filled with something or not, as far as you have the named field when you do summit on a form). So of course, do summit or

Re: Where in the application should I manually set the session timeout

2000-09-20 Thread Liu
Something like: session-config session-timeout30/session-timeout /session-config Kevin Duffey wrote: If your doing a servlet 2.2 web-app in a J2EE Servlet 2.2 engine, put it in web.xml of the web-app. Its a standard J2EE (Servlet 2.2) tag in the web.xml file. I think it is

Re: Content from external websites.

2000-09-20 Thread Angus Mezick
1) If this is a commercial site you are doing this for, you will need to contact cnn.com and ask them for permission to use their data. Otherwise you are opening yourself up to a lawsuit. Linking is ok, plagerism or flat out content stealing isn't. I think it was ticketmaster vs.

Re: Database access in JSP...

2000-09-20 Thread Kai Hackemesser
Is it possible to send a SQL-Statement to a bean and retrieve a Resultset? - Original Message - From: hima bindu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 20, 2000 12:09 PM Subject: Re: Database access in JSP... Hi! yes,u can definitely access database from

Enterprise Reports v 4.0 (ERW) for Java/JSP

2000-09-20 Thread Antoniuk, Jacek
Hi Has anyone have an experience with Enterprise Reports v 4.0. I am looking for a good java/JSP report toolkit (supporting charts, pdf, a report designer.) that will be easily configurable with VisualAge for Java and Websphere AS (ERW seems doesn't have installation instruction for Websphre

Re: Content from external websites.

2000-09-20 Thread Rogério Saran
I am doing the same as you want. There are several ways to do it, but most of then are not suited to commercial usage. a) Take a look at WebL, Compaq's Web Language. It is java1 based and unsupported, but works wonderfully. The license forbid you to use WebL as component of a public Internet

An exception occurs on my page... how to stop the whole page processing?

2000-09-20 Thread Kai Hackemesser
Hi! I want to know how I can stop the page processing of a JSP page when an exeption has occured and I have shown the message. on ASP it was response.end, and here? ciao! Kai === To unsubscribe: mailto [EMAIL PROTECTED]

Re: Database access in JSP...

2000-09-20 Thread Sanjay Gomes
Yup Same as U can as u access any function Here u put the SQL statement in the bean methods argument Regards Sanjay -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Kai Hackemesser Sent: 20 September 2000

Re: Urgent please help!

2000-09-20 Thread Liu
try to use Class BigDecimal. Leena Albert wrote: Hi, I have a small problem in using datatype. In a javabean, I am getting a value "A" from pl/sql procedure and am comparing it with a value "B" entered in a textbox , that is "B" should be greater than or equal to "A". I have

Re: PLEASE HELP

2000-09-20 Thread Liu
My God, how can you pass the compiler? The syntax should be: double B; try{ String bString = requestgetParameter("tst1"); B = Double.valueOf(bString).doubleValue(); }catch(NumberFormatException nfe){} Or: double B = Double.valueof(request.getParameter("text1").doubleValue(); You need work

How to get Value return by a custom tag into Variable

2000-09-20 Thread Pratik Machchar
Dear jsp friends I have a custom tag libarary now i want to get value return by that tag into some variable and based on some condition I want to print it. My problem is how to do this. alternatively i can make an custom IF tag and pass value returned by that tag. but again I does not execute my

apache and iis

2000-09-20 Thread Erwan TROEL
Is it possible to run apache and iis on the same server ? how?thanks === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Re: An exception occurs on my page... how to stop the whole page processing?

2000-09-20 Thread Duncan Rose
AFAIK when a bean raises an exception that is passed to a JSP (by this time compiled into a servlet), all processing will be stopped when the exception is thrown (the exception is effectively caught by the errorPage). If you're catching the exception in the method that's causing the exception

where to put servlet in javawebserver

2000-09-20 Thread sufi malak
Hi, I have a servlet called LoginServlet, this is the first thing that will be called for the user login, where shoud I put it in javawebserver. Thanks _ Get Your Private, Free E-mail from MSN Hotmail at

Re: apache and iis

2000-09-20 Thread Leonard Bouchet
Is it possible to run apache and iis on the same server ? how?thanks you just have to choose different ports numbers === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on

Re: apache and iis

2000-09-20 Thread Lee Turner
Should be no problem, but I would imagine you would need to run tem on different port numbers. You can do this in the apache config file ! Lee -Original Message- From: Erwan TROEL [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 4:01 PM To: [EMAIL PROTECTED] Subject:

Re: check emailadress

2000-09-20 Thread JSP Insider
A nice email Javascript I have used in the past goes as follows function emailCheck (emailStr) { var emailPat=/^(.+)@(.+)$/ var specialChars="\\(\\)@,;:\\\"\\.\\[\\]" var validChars="\[^\\s" + specialChars + "\]" var firstChars=validChars var quotedUser="(\"[^\"]*\")" var

Size limit of a jsp in JSP 0.92

2000-09-20 Thread Pankaj Chaubey
Hi, We have developed an application using jsp 0.92/servlets on NES 4.0. The JSPs don't compile when they exceed some size limit. Can anyone provide any inputs on the same as we have a deadline to meet. Kindly respond at the earliest. Looking forward for a reply. Regards, Pankaj

Re: where to put servlet in javawebserver

2000-09-20 Thread Kachana Ung
Put your servlets in either JWS_HOME/servlets or JWS_HOME/servletbeans --- sufi malak [EMAIL PROTECTED] wrote: Hi, I have a servlet called LoginServlet, this is the first thing that will be called for the user login, where shoud I put it in javawebserver. Thanks

Re: Size limit of a jsp in JSP 0.92

2000-09-20 Thread Jennifer Buffington
We are using jsp 0.92 and have many of what I deem large pages (~60 pages printed). We have run into problems when our pages contain many lines of JavaScript at the top of the html. By rearranging the code and putting the Java scriptlets above the JavaScript, the pages were able to compile.

Re: servlet initialization

2000-09-20 Thread William Wu
Hello Kevin, It looks like this: ?xml version="1.0" encoding="ISO-8859-1"? !DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd" web-app servlet servlet-nameShowMsg/servlet-name

Re: Quick bean question.

2000-09-20 Thread Rob Gordon
Patrick Lin wrote: It will skip calling the setXxxx method. However, I am not sure if it depends on the engine implementation. I am using WebLogic... I am also using WebLogic and it is my tentative conclusion that it does NOT meet the spec on this. I am seeing attempt to call a setXXX

Re: Size limit of a jsp in JSP 0.92

2000-09-20 Thread Greg Ames
There was a bug in JRun that was fixed with a service release. Check out Allaire's support pages if you are using JRun. Greg -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Pankaj Chaubey Sent:

Re: image input type

2000-09-20 Thread Rathna
hi sudha, if my understanding is correct , you can call a javascript function on onClick of the image and set the hidden variable accordingly. hope this helps, with regards, rathna. sudha wrote: hi i am placing two image input types on my from and the same form is

Re: Quick bean question.

2000-09-20 Thread Rob Gordon
I am also using WebLogic and it is my tentative conclusion that it does NOT meet the spec on this. I am seeing attempt to call a setXXX when no parameter XXX appears in HTTP request parameter list. The specifics are my situation is that I have two setters setXXX with different signatures. At

Re: servlet initialization

2000-09-20 Thread William Wu
Sorry to bother again. Just found out the answer to my own question: I should have used servlet-name ShowMsg instead of servlet-class ShowMessage. William Wu [EMAIL PROTECTED] 09/20 9:16 AM Hello Kevin, It looks like this: ?xml version="1.0" encoding="ISO-8859-1"? !DOCTYPE web-app

Re: Quick bean question.

2000-09-20 Thread Craig R. McClanahan
Rob Gordon wrote: I am also using WebLogic and it is my tentative conclusion that it does NOT meet the spec on this. I am seeing attempt to call a setXXX when no parameter XXX appears in HTTP request parameter list. The specifics are my situation is that I have two setters setXXX with

Re: Size limit of a jsp in JSP 0.92

2000-09-20 Thread Greg Ames
This is what fixed the problem for us. http://www.allaire.com/Handlers/index.cfm?ID=15511Method=Full Greg === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets

Question about URL rewriting.

2000-09-20 Thread Bolt, Dave
If I want my JSP pages to work in a situation where cookies are disabled and the server is doing URL rewriting do I have to use EncodeURL for all of my HREF (and perhaps IMG) tags in my JSP page. Example. Here is a JSP page that retrieves an image (stored in a database) via a servlet and has

Supress LDAP Authentication

2000-09-20 Thread Mutahar Qayum
Hi, I want some information for suppressing the login dialog box that comes when anyone open a site. I will be developing a page to get userid/password from user, and want it to be directly authenticated without displaying the userid/password dialog. thanks MQ

Re: Content from external websites.

2000-09-20 Thread Julia Reynolds
Check out www.isyndicate.com for a legal news/content feed. Rogério Saran wrote: I am doing the same as you want. There are several ways to do it, but most of then are not suited to commercial usage. a) Take a look at WebL, Compaq's Web Language. It is java1 based and unsupported, but

No Subject

2000-09-20 Thread Shailendra S Dhanoa/Cupertino/IBM
TSpaces Commercial License Available IBM's alphaWorks is responding to its developer community with an opportunity to license TSpaces for commercial and corporate use. Developers can still download and evaluate TSpaces for free on alphaWorks, but with this new licensing opportunity developers,

Re: Question about URL rewriting.

2000-09-20 Thread Shrisha Radhakrishna
You don't have to do encodeURL the 'IMG SRC' unless it's a hyperlink. --Shrisha - Original Message - From: "Bolt, Dave" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 20, 2000 11:18 AM Subject: Question about URL rewriting. If I want my JSP pages to work in a

Re: JSP on IIS

2000-09-20 Thread Duffey, Kevin
I would use the Resin servlet engine or the Orion app server instead of IIS. -Original Message- From: Dhananjay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 19, 2000 11:28 PM To: [EMAIL PROTECTED] Subject: JSP on IIS Does anyone know how to configure IIS and PWS to accept JSP

Re: Question about URL rewriting.

2000-09-20 Thread Bolt, Dave
But, the servlet needs access to the Session so it can do things such as validating that the user is logged on and can see the content, etc. So, by your answer can I assume that all hyperlinks in JSP pages have to use EncodeURL to successfully survive a browser with disabled cookies? Dave Bolt

Re: Another book ? (was Re: question about import)

2000-09-20 Thread Hans Bergsten
Jacek Laskowski wrote: Hans Bergsten wrote: plug My own JSP book will soon be released, and it describes what the spec says in this regard ;-) /plug Oh, really ? Where can we read about it - maybe web page or something ? Sorry, I'm not very good at plugging ;-) You find some

Re: Question about URL rewriting.

2000-09-20 Thread Hans Bergsten
"Bolt, Dave" wrote: If I want my JSP pages to work in a situation where cookies are disabled and the server is doing URL rewriting do I have to use EncodeURL for all of my HREF (and perhaps IMG) tags in my JSP page. Example. Here is a JSP page that retrieves an image (stored in a database)

Re: JSP on IIS

2000-09-20 Thread Scott Fryxell
what version of NT did you get it to work on (2000 or nt4)? i have tried to get Jakarta to integrate with IIS on windows 2000 and have been unsuccessful. Thanks Scott Fryxell wiseconnect look at http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/etc/Attic/tomcat-i is-howto.html Does

Re: JSP on IIS

2000-09-20 Thread Scott Fryxell
What version of NT did you get it to work on (2000 or nt4)? i have tried to get Jakarta to integrate with IIS on windows 2000 and have been unsuccessful. Thanks Scott Fryxell wiseconnect look at http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/etc/Attic/tomcat-i is-howto.html Does

JSP on Oracle Application Server 4.0.8.x

2000-09-20 Thread Mauro Quartini
Hi All, does anyone know how to setup OAS 4.x.x.x to run JSP? thank you in advance Mauro Quartini Global Database Services S.r.l. Via V. Monti, 4 Milano, Italy tel +39 339 8039053 fax +39 2 66401992 [EMAIL PROTECTED]

Urgent!! RE: Supress LDAP Authentication

2000-09-20 Thread Mutahar Qayum
-Original Message- From: Mutahar Qayum [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 11:34 AM To: [EMAIL PROTECTED] Subject: Supress LDAP Authentication Hi, I want some information for suppressing the login dialog box that comes when anyone open a site. I will be

JSP on Oracle Application Server 4.0.8.x

2000-09-20 Thread Mauro Quartini
Hi All, does anyone know how to run JSP with OAS 4.x.x.x? What software I need? thanx Mauro === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found

URGENT: JSP on Oracle Application Server 4.0.8.x

2000-09-20 Thread Mauro Quartini
Hi, I'm installing OAS 4.x.x.x on a Sun box, but it seems oas does not support JSP. Does anyone know how to run JSP with OAS 4.x.x.x? any suggestion will be welcome. Thank you all in advance. Mauro === To unsubscribe:

How to build Java Servlets

2000-09-20 Thread Shailendra S Dhanoa/Cupertino/IBM
Free developerWorks Java Tutorial How to build Java Servlets Learn how to build simple HTTP servlets in 30 minutes with this free dW tutorial. You'll learn the basics by developing servlets that process HTML forms -- and you get to keep the code.

No Subject

2000-09-20 Thread Kate McNamara
Hi Folks, I was hoping someone might be able to help me with the two problems I'm having at the moment. 1/ I want to detect a WAP browser (as opposed to any standard PC browser) and redirect to a different welcome page accordingly. At the moment if I try to type in my WML address in IE, it

Some questions...(Vectors / WML / Browsers)

2000-09-20 Thread Kate McNamara
I'm posting this again because it appears to have been rejected the first time. Apologies to anyone who might receive it twice. Hi Folks, I was hoping someone might be able to help me with the two problems I'm having at the moment. 1/ I want to detect a WAP browser (as opposed to any

Re: Some questions...(Vectors / WML / Browsers)

2000-09-20 Thread Chris Richardson
Regarding the WAP issues: * You can detect a WAP client by looking for the string "wml" in the accept header, e.g. request.getHeader("Accept").indexOf("wml") != -1. * You need to use this in any JSP pages that generate WML in order to set the content-type correctly: %@ page

how to write comma delimited string which already contains comma in some data?

2000-09-20 Thread hua ge
Hi, I have a jsp page which set proper header and write data out in comma delimited format so the client can download it as a .csv file and open it in Excel later . the data columns are : NAME SSN PHONE EMAIL smith,susan 123-45-4567 123-456-7890 [EMAIL PROTECTED] notice that the NAME column

how to print big amount data by JSP

2000-09-20 Thread XiaYu
i want to know how to print report table by JSP thank you === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Re: image input type

2000-09-20 Thread chandruinjava
Hi sudha, Nice question. I got the same problem. What I did was, Had a hidden field. OnClick of the image button I called a javascript function setWhichButton(this); Inside this function,get the name of the image button and assign it to the hidden field value. Now you can know

Re: Urgent!! RE: Supress LDAP Authentication

2000-09-20 Thread Raj S
I am too sure but I may be able to help you. I just need to clarify a few things.If I have understood your requirements,do u need to authenticate the user at the backend and then display next page,according to authentication or else maybe an error page or prompt the user to enter username and

class errors under jsdk2.1

2000-09-20 Thread Sampat Palani
hi i am useing jsdk2.1 to compile my servlets i recently formatted my home pc and installed jsdk2.1 under win98 now the servlet class are not being found by the compiler i have added the classpath too still it dosent compile due to classpath errors my autoexec.bat has the following SET CLASSPATH

Using ServletResponse.setLocale in JSP (internationlization)

2000-09-20 Thread Albert Wong
Hi The "ServletResponse.setLocale" method looks pretty useful: it configures the PrintWriter to the appropriate character set, set's the content type and content language headers. It's especially appealing because one can retrieve the "Locale" from ServletRequest.getLocale and use that object