Re: thanks rafa

2004-03-10 Thread Brian P Bohnet
Sorry, I thought we were speaking java only, thanks for the response. Rafael Tolosana wrote: I am sorry but it is two years or more since I do not program in C. I probably do not remember the syntax properly, anyway I think that the idea was correct. In addition, when programming in C we have to

Re: thanks rafa

2004-03-10 Thread Rafael Tolosana
a -Original Message- From: Brian P Bohnet <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed, 10 Mar 2004 10:30:53 -0600 Subject: Re: thanks rafa Your code is incorrect, you cannot manipulate an array that way, see error produced: : operator + cannot be applied to cha

Re: thanks rafa

2004-03-10 Thread Brian P Bohnet
Your code is incorrect, you cannot manipulate an array that way, see error produced: : operator + cannot be applied to char[],int foo = foo + 1; ^ Rafael Tolosana wrote: I will try it with two simple examples: First have a look at this Java code: String foo = new String(

Re: thanks rafa

2004-03-10 Thread Rafael Tolosana
will help you understand Rafa -Original Message- From: vinod kumar <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed, 10 Mar 2004 12:12:44 +0530 Subject: thanks rafa hi rafa, thanks for ur response i got it 50%... it will be good if u give some example how we cannot see the

thanks rafa

2004-03-09 Thread vinod kumar
hi rafa, thanks for ur response i got it 50%... it will be good if u give some example how we cannot see the address and manipulate it. waiting for ur reply... bye vinod From: Rafael Tolosana <[EMAIL PROTECTED]> Reply-To: A mailing list about Java Server Pages specification and ref

Stop to send me mail !!!!!thanks

2003-01-15 Thread Gilles Le Bihan
on it. Is there anyway using sessions or something to keep the applet "alive" even if the user changes pages, and then reload it if they come back? So that if they come back to the page the applet was on then it shows them where they were at, not at the beginning again? Thanks, Wesley Ch

Thanks for the help

2002-10-02 Thread Sagine E.Ferrus
Thanks for all your help guys, it worked and i used the href anchor tag. thanks again :) Sagine _ Visit our Caribbean Community at http://www.islanderonline.com _ Select your

thanks

2002-06-07 Thread Vaishali S. Pandya
.f2.document.femp.submit(); } works fine Thanks a lot Vaishali === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST"

Re: File not found??? - Thanks

2002-04-17 Thread Chanh Le
String myPath =getServletConfig().getServletContext().getRealPath("/WEB-INF/files/myfile01.txt"); br = new BufferedReader(new FileReader(path)); The above statements work fine. Thanhks, CL === To unsubscribe: mailto [EMAIL

Thanks Everyone (was JSP, JRun and PWS)

2001-11-03 Thread Theo Starr
Hello Everyone And I would like to thank all those people who responded to my query, I got JRun on PWS for the time being, in time I will look at tthe suggestions in time. I have one more question on the subject. It seems that JRun doesn't allow PWS to start up on its own like it used to before

Re: Thanks

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

Re: dynamic data from a servlet ??? thanks

2001-06-26 Thread Karau, Joe
[EMAIL PROTECTED] 507-536-3629 AIM: jkara3629 -Original Message- From: sufi malak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 10:12 AM To: [EMAIL PROTECTED] Subject: dynamic data from a servlet ??? thanks Hi, I have a servlet that draw charts, it works fine, but the data is

dynamic data from a servlet ??? thanks

2001-06-26 Thread sufi malak
function snstead like this : /** * Creates and returns a category data source for the demo charts. */ public CategoryDataSource createCategoryDataSource() { GET THE ARRAY DATA FROM ANOTHER SERVLET HERE return new DefaultCategoryDataSource(data); } Thanks lot, your help will be

Next, Previous Servlet Display ??? thanks

2001-03-23 Thread sufi malak
with Previous button. Thanks, import java.io.*; import java.sql.*; import javax.servlet.*; import javax.servlet.http.*; public class TempServlet extends HttpServlet { public void doGet(HttpServletRequest req, HttpServletResponse res)throws ServletException, IOException { res.setContentType("

Re: Servlet form question ?? Thanks

2001-03-22 Thread Amit Aggarwal
The correct format will be out.println("\"); or out.println(""); - Original Message - From: "Hall, Philip" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 2:45 PM Subject: Re: Servlet form question ?? Thanks

Re: Servlet form question ?? Thanks

2001-03-22 Thread Hall, Philip
> Could you please tell me what's wrong here : > > TempServlet.java:64: ')' expected > out.println(""); Programming 101 - How to use quotes in string values: Embbeded quotes must be prefixed with the escape character '\', for example; out.println(""); ==

Re: Servlet form question ?? Thanks

2001-03-22 Thread Alison Dent
va:64: ')' expected > out.println(""); > ^ > TempServlet.java:65: ')' expected > out.println(""); > ^ > 2 errors > > Thanks > _

Re: Servlet form question ?? Thanks

2001-03-22 Thread Prashant Karmarkar
D] Subject: Servlet form question ?? Thanks Could you please tell me what's wrong here : C:\tomcat4\webapps\displayRecord\WEB-INF\classes>javac TempServlet.java TempServlet.java:64: ')' expected out.println(""); ^ TempSer

Re: Servlet form question ?? Thanks

2001-03-22 Thread Satyanarayan Divakar
ED] Subject: Servlet form question ?? Thanks Could you please tell me what's wrong here : C:\tomcat4\webapps\displayRecord\WEB-INF\classes>javac TempServlet.java TempServlet.java:64: ')' expected out.println("");

Re: Servlet form question ?? Thanks

2001-03-22 Thread Jitu Sarwate (CFIS)
> Date: Thu, 22 Mar 2001 19:03:49 - > From: sufi malak <[EMAIL PROTECTED]> > Subject: Servlet form question ?? Thanks > To: [EMAIL PROTECTED] > > Could you please tell me what's wrong here : > > C:\tomcat4\webapps\displayRecord\WEB-INF\classes>

Re: Servlet form question ?? Thanks

2001-03-22 Thread Nishit Trivedi
it should work.. Nishit -Original Message- From: sufi malak [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 2:04 PM To: [EMAIL PROTECTED] Subject: Servlet form question ?? Thanks Could you please tell me what's wrong here : C:\tomcat4\webapps\displayRecord\WEB-INF\classes>javac

Re: Servlet form question ?? Thanks

2001-03-22 Thread Rodrigo Gevaerd
TED] > Assunto: Servlet form question ?? Thanks > > > Could you please tell me what's wrong here : > > C:\tomcat4\webapps\displayRecord\WEB-INF\classes>javac > TempServlet.java > TempServlet.java:64: ')' expected > out.println(""); >

Servlet form question ?? Thanks

2001-03-22 Thread sufi malak
Could you please tell me what's wrong here : C:\tomcat4\webapps\displayRecord\WEB-INF\classes>javac TempServlet.java TempServlet.java:64: ')' expected out.println(""); ^ TempServlet.java:65: ')' expected out.println(""

Re: simple jsp question ? thanks

2001-03-14 Thread Martin Cooper
)'. I would recommend that you *always* use (2) when you're comparing strings, because it will never cause a NullPointerException. -- Martin Cooper - Original Message - From: "sufi malak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March

Re: simple jsp question ? thanks

2001-03-13 Thread anil yeola
h/swflash.cab#version=4,0,2,0" > width="580" height="420"> > > >quality=high > pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" > type="application/x-shockwave-flash" wid

Re: simple jsp question ? thanks

2001-03-12 Thread sufi malak
t;% System.out.println("After if .."); System.out.println("downloading ..."); %> <%@ include file="download.html"%> <% } %> >From: "A.C." <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specific

Re: simple jsp question ? thanks

2001-03-12 Thread Michael Davenport
simple jsp question ? thanks Could you please just tell me, why when I click in the link "Downloading" , the if (flag == "download") is not working : <%@ include file="Ttest3.html"%> <% String flag = request.getParameter("flag"); %> <

Re: simple jsp question ? thanks

2001-03-12 Thread A.C.
> Could you please just tell me, why when I click in the link "Downloading" , > the if (flag == "download") is not working : two compare two strings: if (string1.equals(string2)) ... === To unsubscribe: mailto [EMAIL PROTEC

Re: simple jsp question ? thanks

2001-03-12 Thread Jurrius, Mark
Try using if (flag.equals ("download")) instead of if (flag == "download") Mark -Original Message- From: sufi malak [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 1:11 PM To: [EMAIL PROTECTED] Subject:simple jsp question ? thanks Could you

Re: simple jsp question ? thanks

2001-03-12 Thread Anoop
tryflag.equals("download") - Original Message - From: "sufi malak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 12, 2001 1:11 PM Subject: simple jsp question ? thanks > Could you please just tell me, why when I click in the

simple jsp question ? thanks

2001-03-12 Thread sufi malak
index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="580" height="420"> <% } %> <% if (flag == "download") { %> <% System.out.println("downloading ..."); %> <%@

Re: Compiling question ? Thanks

2001-02-27 Thread Murugan Patham
Copy the MultipartRequest.java in the c:\com\oreilly\servlet\ directory. Copy your UploadTest.java in one of the directories which is included in the ClassPath. now compile using javac UploadTest.java Copy the UploadTest.class to your WEB-INF\classes\ directory, it should work Regds Mu

Re: off toppic (sql query how to) thanks

2001-02-27 Thread Murugan Patham
x27; Regds Murugan K Patham 480 - 990 4200 Ext 2712 >>> [EMAIL PROTECTED] 02/27 10:31 AM >>> Hi, I want to have links called A B C D Z, and whenever the user click in one of them, all the rows that has employee last name star

off toppic (sql query how to) thanks

2001-02-27 Thread sufi malak
Hi, I want to have links called A B C D Z, and whenever the user click in one of them, all the rows that has employee last name start with this alphapet or greater get selected. Thanks _ Get your FREE download of MSN Explorer at

Re: Compiling question ? Thanks

2001-02-22 Thread NewsNet2000
finally does there have to be a context setup in [TOMCAT_HOME]/conf? Please help a ASP guy go JSP :-) - Original Message - From: "Jay P" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 22, 2001 2:25 PM Subject: Re: Compiling question ? Thanks

Re: Compiling question ? Thanks

2001-02-22 Thread Jay P
in your autoexec file after you have set up classpath on the next line do this SET CLASSPATH=.;%CLASSPATH%;tomcat\webapps\myapplication\WEB-INF\classes after you are done doing that go to the dos prompt and type that line again SET CLASSPATH=.;%CLASSPATH%;tomcat\webapps\myapplication\WEB-INF\cl

Re: SV: SV: Compiling question ? Thanks

2001-02-22 Thread sufi malak
:\...\classes >javac com.oreilly.servlet.MultipartRequest UploadTest.java But it does not work. >From: Nicholas Larsson <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >

SV: SV: Compiling question ? Thanks

2001-02-22 Thread Nicholas Larsson
ECTED]]För sufi malak Skickat: den 22 februari 2001 20:46 Till: [EMAIL PROTECTED] Ämne: Re: SV: Compiling question ? Thanks No, you misunderstood my question, UploadTest.java is not in com, but in WEB-INF\classes >From: Nicholas Larsson <[EMAIL PROTECTED]> >Reply-To: A mailing l

Re: SV: Compiling question ? Thanks

2001-02-22 Thread sufi malak
ect: SV: Compiling question ? Thanks >Date: Thu, 22 Feb 2001 20:36:40 +0100 > >javac com.oreilly.servlet.MultipartRequest.UploadTest.java >if your class path is set > >nico > >-Ursprungligt meddelande- >Från: A mailing list about Java Server Pages specification a

SV: Compiling question ? Thanks

2001-02-22 Thread Nicholas Larsson
PROTECTED] Ämne: Compiling question ? Thanks How can I compile UploadTest.java ? tomcat\webapps\myapplication\WEB-INF\classes\UploadTest.java tomcat\webapps\myapplication\WEB-INF\classes\com The servlet UploadTest.java (from Java Servlet Programming, Jason Hunter) start like this : import

Compiling question ? Thanks

2001-02-22 Thread sufi malak
How can I compile UploadTest.java ? tomcat\webapps\myapplication\WEB-INF\classes\UploadTest.java tomcat\webapps\myapplication\WEB-INF\classes\com The servlet UploadTest.java (from Java Servlet Programming, Jason Hunter) start like this : import com.oreilly.servlet.MultipartRequest; public class

Thanks Derek: RE where is javax.servlet.*

2001-02-07 Thread Frank Mancini
Thanks, you are so kind...I'll check it out!!! >From: "Richardson, Derek" <[EMAIL PROTECTED]> >To: 'Frank Mancini' <[EMAIL PROTECTED]> >Subject: RE: RE where is javax.servlet.* >Date: Wed, 7 Feb 2001 12:03:38 -0500 > >I had the same p

Thanks!! Re: [JSP-INTEREST] Which JSP Engine/Application Server is thebest?

2001-02-01 Thread ZHU Jia
Thanks to all of you! Some of the detailed analysis really help me A LOT! Now at least I know where to begin to look! I must say I'm pleasantly surprised by the response time of this list, thank you one more time, all of you! best regards ZH

please remove me from this list. Thanks The instruction on how to remove yourself are at the bottom of your message please Read

2001-01-05 Thread Rahman, Zahid
> -Original Message- > From: slava_l [SMTP:[EMAIL PROTECTED]] > Sent: 05 January 2000 15:33 > To: [EMAIL PROTECTED] > Subject: Re: JSP-EJB applications > > please remove me from this list. Thanks > - Original Message - > From: "Matt Hankes&qu

thanks Re: thanks JAYSON Re: **** new window problem

2000-11-25 Thread ramalingeswara sarma
thanks i will try it - Original Message - From: JSP Insider <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 25, 2000 6:48 PM Subject: Re: thanks JAYSON Re: new window problem > The problem might be the code. > > Here try this. >

Re: thanks JAYSON Re: **** new window problem

2000-11-25 Thread JSP Insider
orks on Netscape and IE just fine. Perhpas the problem was just self.close() instead of window.close()? Jayson Falkner [EMAIL PROTECTED] - Original Message - From: "ramalingeswara sarma" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 09, 2000 7:35

thanks JAYSON Re: **** new window problem

2000-11-24 Thread ramalingeswara sarma
hi jayson thanks for the reply. but i have some more problem the problem is that the window i open should be closed by a button in the new window that i am opening so that is why i had to use self.close(). do you think the problem is because of self.close() or because of some other reason

Re: JSP Tutorial Online... Thanks!!!!!!!

2000-09-08 Thread Robuschi (Delfi)
Thanks to everybody! Thank you very much! Robuschi Roberto Delfi srl P.za Ravenet 1/b - 43100 PARMA Tel. 0521/932411 Fax 0521/989045 [EMAIL PROTECTED] --- http://www.delfi.it === To

Re: Thanks in advance

2000-08-15 Thread Sanjay Gomes
ginal Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Elamurugu Rajagopal Sent: 14 August 2000 21:08 To: [EMAIL PROTECTED] Subject: Re: Thanks in advance To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JS

Re: Thanks in advance

2000-08-14 Thread Elamurugu Rajagopal
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Thanks E. wayne allison wrote: > Hello all, > > I am unable to handle the volume of email generated > with this group on top of others. > > I have tried three different methods to remo

Thanks again for Everybody - Helped

2000-08-14 Thread Abudhahir A
thanks for ur help === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.

Thanks in advance

2000-08-14 Thread wayne allison
Hello all, I am unable to handle the volume of email generated with this group on top of others. I have tried three different methods to remove myself, all to no avail. Can some help get me off of this email list? Thanks, Wayne Allison

Thanks...

2000-08-03 Thread Gill
Dear Fellows, I know this list doesn't have any concern with the servlet but JSP. But I asked for a favor from some good guys. And thank all of them who have given me their best advices and to also those who didn't. Have a nice time! Just a Novice, Gill ===

Re: Thanks - Connection Pool

2000-08-01 Thread Thor Heinrichs-Wolpert
ot;wayne allison" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 01, 2000 5:50 AM Subject: Re: Thanks - Connection Pool > Paul, > > While I am probably more of a novice at Java than > the person whose post you originally answered, I > appreciate y

Re: Thanks - Connection Pool

2000-08-01 Thread wayne allison
Paul, While I am probably more of a novice at Java than the person whose post you originally answered, I appreciate your pointing out the reference documentation that is so readily available. I will save your post for some day [at least 12 months out] when I will be teaching Java as well. W

Re: Thanks, what is next?

2000-07-22 Thread M. Simms
, July 20, 2000 11:06 AM > To: [EMAIL PROTECTED] > Subject: Re: Thanks, what is next? > > > Mike: > I believe you should get a couple of books on JSP/servlet technology. > My own recommendataions are: > > - Professional JSP from Wrox (several authors). > An ab

Re: thanks, what is next

2000-07-20 Thread Sicaud Patrice
y, July 20, 2000 9:27 AM To: [EMAIL PROTECTED] Subject: Re: thanks, what is next Thanks for all who replied. Actually I have some experience in Servlet programming. My most concern now is how to get tom cat working with Apache web server. I could not find and document explains how to setup t

Re: thanks, what is next

2000-07-20 Thread mike dell
Thatnks for all who replied. Actually I have some experiance in Servlet programming. My most concern now is how to get tom cat working with Apache web server. I could not find and document explains how to setup tomcat. Any suggestion? Thanks again guys

Re: thanks, what is next

2000-07-20 Thread mike dell
Thanks for all who replied. Actually I have some experience in Servlet programming. My most concern now is how to get tom cat working with Apache web server. I could not find and document explains how to setup tomcat. Any suggestion? Thanks again guys

Re: Thanks, what is next?

2000-07-20 Thread lou
ce > <[EMAIL PROTECTED]> > Date: Thu, 20 Jul 2000 09:05:46 -0700 > To: [EMAIL PROTECTED] > Subject: Re: Thanks, what is next? > > Mike: > I believe you should get a couple of books on JSP/servlet technology. > My own recommendataions are: > > - Professional JSP

Re: Thanks, what is next?

2000-07-20 Thread Sicaud Patrice
replies in this already overloaded list. I know that some people do not seem to be doing their homework but, hey, it is easy to feel panicked when you are a newbie (like me, BTW)... Thanks to all. Patrice. -Original Message- From: mike dell [mailto:[EMAIL PROTECTED]] Sent: Thursday, July

Thanks, what is next?

2000-07-20 Thread mike dell
Thanks for your help guys. I downloaded and installed tomcat. I have apache web server. Now, what is next to get JSP pages running? Thanks in advance... -Mike __ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http

Re: Thanks, and another newbie question...

2000-07-12 Thread Yasir Feroze Minhas
Hi there, You can use HttpUtils.getRequestURL(request); to get complete URL of your current page. getRequestURL is a static method of HttpUtils and it demands a request object as its parameter. regards Y >Thanks to those who responded to my character replace question, and I've got

Re: Thanks, and another newbie question...

2000-07-12 Thread Nadler Paul
IL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: Paul NADLER/us/socgen) Subject: Thanks, and another newbie question... Thanks to those who responded to my character replace question, and I've got another which I expect should be easier, but... Is there an expression that will re

Thanks, and another newbie question...

2000-07-12 Thread Ken Martin
Thanks to those who responded to my character replace question, and I've got another which I expect should be easier, but... Is there an expression that will return the name of the current page? Ken Martin P.S. I did try things like <%= (new HttpServletRequest.getRequestURI()) %>

Re: Functions in JSP - Thanks

2000-05-30 Thread Martin Smith
I believe I read that the regular JSP tag ( <% %>) contents are inserted into the service method of the httpservlet class you are indirectly building, whereas the other tag type (<%! %>) is inserted in the httpservlet class itself, and so can be used to define class members (methods and variables

Re: Functions in JSP - Thanks

2000-05-30 Thread Liza J Alenchery
for the answers. liza --- squeijo <[EMAIL PROTECTED]> wrote: > You can do this: > > 1º define de function into tht tags <%! ... %> at the begining of > your jsp > page, like this: > ><%! > String func() { > return "Hello"; > } >%> > > 2º And use the function in your s

thanks to all

2000-04-28 Thread Brown, Sam
Thanks to all for the help!! Have a wonderful & blessed weekend. Sam === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http:

thanks for the response guys

2000-01-04 Thread Attili Srinivas
I have my problem solved thanks for the response guys Sri === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.

Re: THANKS HELP Encoding URL doesn't Work !

1999-12-09 Thread Veronique Dupierris
Thank you for your help !!! I did download LiteWebServer and now it WORKS fine. Again thanks to everyone Veronique Hans Bergsten a écrit : > Veronique Dupierris wrote: > > > > I did a copy / paste of your examples and, as you said, I'm affraid I " have a > >

Thanks! RE: Posting in jsp

1999-11-03 Thread Cheong Takhoe
About a week back I posted a query about the problem I faced when I tried to use POST with Netscape. I would like to thank those who replied my posting. The problem I discovered was when I ran my tomcat server with my Win95 workstation. It worked when I ran the server on WinNT. regards, Cheong

Re: Thanks all...

1999-03-08 Thread Joe Shevland
> -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Cyril KIRCHE > Sent: Tuesday, March 09, 1999 4:15 AM > To: [EMAIL PROTECTED] > Subject: Thanks all... > > > ...for your help

Thanks all...

1999-03-08 Thread Cyril KIRCHE
pplis\ApacheGroup\ApacheJServ (where u have your ApacheJServ.jar) bye & thanks again Cyril === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general

Andy Soft : Thanks for you help.

1999-01-16 Thread Damodara Muppala
your thoughts.   Thanks.