loop terminating

2000-08-17 Thread subramanian Athimoolam
hi friends i have small pb.i am using jsp msacess the querey will be working fine the same query i am conver to oracle database the loop will be terminated some where . what is the problems. awaiting for yours reply subu

Re: url rewriting for sessions

2000-08-17 Thread Marco M
yeah sorry... i am using 2 different JSP in one JSP, i write % session = request.getSession(); // then i store some parameters in the session ...other code % then i write (ok, it's WML code) go href="%= response.encodeURL("mySecondJSP.jsp?param=value") %"/ then, in hte

Re: Tomcat crashes on RequestDispatcher.forward()

2000-08-17 Thread Scott Evans
Yes, it was actually the JDBC-OBDC bridge that was causing the problem. When I switched to a pure Java JDBC driver the problem disappeared. Are you using the bridge? -Original Message- From: Howard Lee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 16, 2000 6:49 PM To: Scott Evans

Re: Three links problem

2000-08-17 Thread Hendrik Schreiber
Hi! you could use the remote address, but it's not very reliable as the requests might come through proxies or somebody might share an IP address with someone else. So a session might be the way to go. Maybe you should simply deliver that page with the three links from a servlet and make sure

JSP Source codes

2000-08-17 Thread Rakesh Bhat
Hi All, can any one tell me where can i get some source codes on JSP ? I have looked into the examples given by sun. Also , guide me any good JSP sites for developers. Thx in advance Rakesh. === To unsubscribe: mailto

Re: JSP Source codes

2000-08-17 Thread subramanian Athimoolam
hi jspinterst.com jspin.com jspsmart.com jsp101.com jsptaglib.com, Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com === To

Re: JSP Source codes

2000-08-17 Thread Jaspreet Singh
Hi, http://www.jspinsider.com is a good site for JSP. You can find links of other good JSP sites also. GOOD LUCK. Regards Jaspreet Singh -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Rakesh Bhat Sent:

JSP FAQ Resource Information

2000-08-17 Thread Anil K. Vijendran
This is a weekly informative posting to the jsp-interest list. Before asking questions of a general nature, please check out the resources available online to see if your question already has an answer. The best place to start

Re: JSP Source codes

2000-08-17 Thread Sachin Chaturvedi
try serverpages.com and javaworld. all the best sachin -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Jaspreet Singh Sent: Thursday, August 17, 2000 12:28 PM To: [EMAIL PROTECTED] Subject: Re: JSP Source

Applets directory

2000-08-17 Thread Oscar Sanchez Vilar
Hi there. Could anyone tell me where do I have to put my applet class file in the directory structure? I have tried to put it in the Web-inf/classes directory, and, as suggested in an earlier email, in the web-inf directory, but I still cannot have the server to find it. Thanks in advance,

Re: Applets directory

2000-08-17 Thread Maurice Coyle - Sun ireland - Software Products and Platforms - Internationalization Engineer
have you restarted the server? when you put a new class in, or change an exisitng class, you have to restart the sever so it recognises the change. Content-Transfer-Encoding: 7bit X-Originating-IP: 134.226.34.156 Date: Thu, 17 Aug 2000 04:33:26 -0400 From: Oscar Sanchez Vilar [EMAIL

Re: Applets directory

2000-08-17 Thread Agarwal Gokul
Yep if U R using the tomcat ..then Web-inf/classes is the right directory...Its working for me perfectly...Mebbe there's something else U R missing out on -Original Message- From: Oscar Sanchez Vilar [SMTP:[EMAIL PROTECTED]] Sent: Thursday, August 17, 2000 4:33 PM To: [EMAIL

Re: Applets directory

2000-08-17 Thread Hemant Kumar Singh
hi go to command prompt edit autoexec.bat Write the path and classpath as the directories where u r gonna save ur java file and get ur class file save ur applet program in the directory mentioned as the path in autoexec.bat compile and run do let me know if u don get it done Hemant Singh

does tomcat 1.3.12 run on windows 2000 profesional?

2000-08-17 Thread Oscar Silván
I have tomcat instaled on Win NT 4.0 server and it works O.K. However, on windows 2000 profesional, I cant make it work. Please help... Thank you... Oscar Silván Oró Globaliza Network, S.A. Telf.: 91 351 39 69 Fax: 91 351 37 13 E-mail: [EMAIL PROTECTED] Web: http://www.globaliza.com

Re: forcing browser refresh from JSP/servlet

2000-08-17 Thread Dean Sheppard
Setting to meta-tags at the top of the JSP Page may help. Try one of these META HTTP-EQUIV="Pragma" CONTENT="no-cache" META HTTP-EQUIV="Expires" CONTENT="Mon, 23 Sep 1996 01:21:00 GMT" Dean -Original Message- From: A mailing list about Java Server Pages specification and

Re: Getting form parameters

2000-08-17 Thread Tommy Enqvist
If all you want to do is validate form fields, JavaScript is probably the best way to do it... /Tommy -Original Message- From: Sundeep Goswami [mailto:[EMAIL PROTECTED]] Sent: den 17 augusti 2000 01:33 To: [EMAIL PROTECTED] Subject: Re: Getting form parameters Could you tell me how i

Upload directory

2000-08-17 Thread Oscar Sanchez Vilar
Is there any way to upload an entire folder with MultiPartRequest (or somehow else)? Oscar __ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup ===

Upload Image File

2000-08-17 Thread Gagan Goel
Is there any way to upload an image with MultiPartRequest (or somehow else)? Gagan === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Re: loop terminating

2000-08-17 Thread Daryani Santosh
What is your query ? If you can send it , I can trying running on our oracle database ,you may want to include the table structure of the tables used in your query , so that I can create a similar scenario. Santosh subramanian Athimoolam [EMAIL PROTECTED] on 08/17/2000 02:17:33 AM

Re: Upload Image File

2000-08-17 Thread Sundeep Goswami
Yes you can use the multipartRequest servlet to upload an image in the readNextPart() method you can check if contentType.indexOf("image") and do something like this // Get the blob locator and open an output stream for the blob theBlob =

Re: Getting form parameters

2000-08-17 Thread Sundeep Goswami
I need to validate the values in the textfield against some values from the database and so javascript would help. I guess the work around would be to have a form with the text fields, validate and if successful go to another screen which allows the file to be uploaded. if someone can tell me

java function

2000-08-17 Thread Maciej Tylczyski
Hi I sthere any way to declare java function in jsp and then call it from button's onClick method ? Thanks Maciek === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on

Re: java function

2000-08-17 Thread Sven van 't Veer
Maciej Tylczyñski wrote: Hi I sthere any way to declare java function in jsp and then call it from button's onClick method ? Thanks No. sven -- == Sven van 't Veer

java function

2000-08-17 Thread Maciej Tylczyski
Hi Is there any way to declare java function in jsp and then call it from button's onClick method ? Thanks Maciek === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on

Re: Getting form parameters

2000-08-17 Thread Silvey, Andrew
If I understand you correctly I have done this, here is an example with two files, file a form feedform file b use javascript to pass values from feedform to wizardform file a /form # close the feedform form wizardform values /form close the wizardform this

Re: java function

2000-08-17 Thread Geert Van Damme
;-) I think what Sven is trying to say is that people should learn what 'server side technology' really means. The real answer is as always: it depends on what you mean ;-) If you want to call a java JSP function in your browser, the answer is: no. that means you'll have to find other ways to

Re: forcing browser refresh from JSP/servlet

2000-08-17 Thread Perry, Alan
I think you will need to look into JMS to really answer this. I think sonicMQ has an example that provides this functionality. - www.progress.com -Original Message- From: Chris Kelly [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 17, 2000 12:38 PM To: [EMAIL PROTECTED] Subject:

Re: including servlet output in jsp file

2000-08-17 Thread Geert Van Damme
You shouldn't point to the servlet code directory, but to the servlet URL. jsp:include page = "/servlets/OptionList" flush="true" / Geert Van Damme -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of

nested jsp tags

2000-08-17 Thread Pernikoff, Ben
I am building a custom taglib and I am looking for a way to pass nested jsp tags to the outer tag so that the outer tag will have access to the inner one's properties. I thought I would pass an instance of my inner tag to the outer one with an addTag () method in the outer one and store them. Is

Session Leak

2000-08-17 Thread Neil Robinson
Hi, When an object is bound to the session (using session.putValue()) and the session times-out should all the memory be reclaimed? I expected that it would. However after many new clients put different objects into the session, then the app-server/servlet-engine eventually runs out of memory

Re: nested jsp tags

2000-08-17 Thread Craig McClanahan
"Pernikoff, Ben" wrote: I am building a custom taglib and I am looking for a way to pass nested jsp tags to the outer tag so that the outer tag will have access to the inner one's properties. I thought I would pass an instance of my inner tag to the outer one with an addTag () method in the

Re: Upload directory

2000-08-17 Thread Matthew Baird
The short answer is no. You can specify each file in the directory, but you cannot select a directory for upload. Is there any way to upload an entire folder with MultiPartRequest (or somehow else)? === To unsubscribe:

JSP 1.2 PD1 now available for public review...

2000-08-17 Thread Eduardo Pelegri--Llopart
The Public Draft 1 (PD1) of the JSP 1.2 specification is available now at the Java Community Process site at: http://java.sun.com/aboutJava/communityprocess/review.html Sources for the API classes will be made available through the TOMCAT project at jakarta.apache.org in a few days. The JSP

Re: including servlet output in jsp file

2000-08-17 Thread Sven van 't Veer
Tripat Kharbanda wrote: what i am trying to do is to call servlet from the jsp page and get the output generated by the servlet into that jsp file. for this purpose i choose to use jsp:include page = "../../WEB-INF/servlets/OptionList" flush="true" / but this gives the following error in

Getting directory path

2000-08-17 Thread Sundeep Goswami
Hello, I need to add a properties file to a folder that sits at the same level as the public_html dir. I need to access this file from my jsp page that is in the admin folder under public_html. Can someone help me out with this? How can I find out which directory my jsp file is in and then go up

Re: Upload directory

2000-08-17 Thread Krishnan
But u can choose a zip file in the clien and unzip it in the server side using java -Original Message- From: Matthew Baird [SMTP:[EMAIL PROTECTED]] Sent: Thursday, August 17, 2000 10:51 PM To: [EMAIL PROTECTED] Subject:Re: Upload directory The short answer is no. You can

Re: forcing browser refresh from JSP/servlet

2000-08-17 Thread Doshi, Gunjan
There is something called Pushlets. Goto JavaWorld and search for it. It can do what you want Gunjan -- From: Perry, Alan[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and reference Sent: Thursday, August 17, 2000 10:31

get Property tag

2000-08-17 Thread Venkat Muthusamy
Hi, I have a string with value like "abc star" in the jsp getProperty i am getting only the first half in the screen like "abc" Is there any way of getting full in the jsp Thanks in advance Venkat __ Do You Yahoo!? Send instant messages

SSL+tomcat

2000-08-17 Thread mike dell
Hi every one, How can I use SSL with tomcat? What should I install?How should I configure it? Should I install "apache with SSL"? Please help Thanks in advance... Mike, --- If you fail to plan.. You are planning to fail.

Unable to compile class for JSP

2000-08-17 Thread Corey Auger
Sorry I am new to this... so it might be a dumb question. I have got the jsp examples running... but when I make a simple test page that the only jsp code in i tlooks like: %= request.getRemoteHost(); % I get an error: Error: 500 Unable to compile class for JSP Can someone please get me on

Using Packages in iPlanet WSEE

2000-08-17 Thread Kenneth McCord
I need to know to use packages in iPlanet. For example: If i have a servlet in /usr/netscape/server4/docs/servlets/com/folder1/folder2/registration/ note: registration is not a servlet directory (maybe this is what's wrong) I should be able to call it like...

Re: get Property tag

2000-08-17 Thread Shrisha Radhakrishna
trim() won't eat spaces in the middle of strings! Just URLEncode your string and it'll work fine. example: a href="setrvlet/SomeServlet?name=%=URLEncoder.encode(name)%"Link/a --Shrisha - Original Message - From: "Carlos Vasquez" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday,

No Subject

2000-08-17 Thread Paul Arambel
test __ Do You Yahoo!? Send instant messages get email alerts with Yahoo! Messenger. http://im.yahoo.com/ === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

Re: Unable to compile class for JSP

2000-08-17 Thread Tarik Makota
Take out semicolon - Original Message - From: "Corey Auger" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 17, 2000 4:58 PM Subject: Unable to compile class for JSP Sorry I am new to this... so it might be a dumb question. I have got the jsp examples running...

Help me,Please

2000-08-17 Thread Biren Patnaik
Hi, I m new to EJB.I have installed J2EE from Sun.Whenever I m going to start J2EE server(j2ee.bat),that time it is giving the following error messages.I will appreciate if anyone can solve this problem. Biren D:\java\j2ee\binj2ee J2EE server Listen Port: = 1049 Redirecting the output and

useBean class name problem

2000-08-17 Thread Dave Lin
dear Sir, I got a problem when I use the jsp:useBean/ tag, I have a bean in package com.xxx.yyy.zzz, when I write the code: %@ import="com.xxx.yyy.zzz.*"% jsp:useBean id="bb" class="bean" scope="request" it doesn't work!!! but when I use %@ import="com.xxx.yyy.zzz.*"% jsp:useBean id="bb"

Re: Help me,Please

2000-08-17 Thread SATISH K. BORA
Check the Classpath and path setting.. This should work out. Satish On Fri, 18 Aug 2000, Biren Patnaik wrote: Hi, I m new to EJB.I have installed J2EE from Sun.Whenever I m going to start J2EE server(j2ee.bat),that time it is giving the following error messages.I will appreciate if anyone

Fw: useBean class name problem

2000-08-17 Thread Dave Lin
- Original Message - From: "Dave Lin" [EMAIL PROTECTED] To: "A mailing list about Java Server Pages specification and reference" [EMAIL PROTECTED] Sent: Friday, August 18, 2000 12:06 PM Subject: useBean class name problem dear Sir, I got a problem when I use the jsp:useBean/ tag,

Re: useBean class name problem

2000-08-17 Thread Yasir Feroze Minhas
Hi there, You have to specify fully qualified path for a bean class in jsp:useBean tag y - Original Message - From: Dave Lin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 18, 2000 9:06 AM Subject: useBean class name problem dear Sir, I got a problem when I use

JSP beautifier.

2000-08-17 Thread Nabeel Siddiqui
Any one aware of a JSP indentation tool/beautifier? I know about JIndent but it only processes complete java files and not html. Please let me know of any. __ Do You Yahoo!? Send instant messages get email alerts with Yahoo! Messenger.

including servlet output in jsp file

2000-08-17 Thread Tripat Kharbanda
Hi people!!! I am new here. I have a very basic question(for the gurus) but for me its been nearly a day pulling my hair for this. what i am trying to do is to call servlet from the jsp page and get the output generated by the servlet into that jsp file. for this purpose i choose to use

Iplanet app server 6 ... not available for download?

2000-08-17 Thread Robert Nicholson
I assume folk out there are using this in some capacity and I know quite a few people in Amsterdam using iplanet as their j2ee solution. Am I right in assuming that iPlanet aren't making it available for trial? It seems that iPlanet set the price based on the customer?