Re: Please help me

2003-11-19 Thread K R Viju
om: Snehal Pandya To: [EMAIL PROTECTED] Sent: Thursday, November 20, 2003 11:15 AM Subject: Please help me Hi Friends I am suffering from this error since long back .. I don't understand where is the error .. Please help me to solve this problem .. name=s

Please help me

2003-11-19 Thread Snehal Pandya
Hi Friends I am suffering from this error since long back .. I don't understand where is the error .. Please help me to solve this problem .. name=sanominee1 value="<%//=sanominee1%>" tabindex="<%=tabidx++%>" onBlur="myblur(this.value)&q

Re: Help me

2003-07-17 Thread Amit Ghaste
andya Sent: Wednesday, July 16, 2003 9:56 PM To: [EMAIL PROTECTED] Subject: Help me Friends, I am in a problem. I want to write message log . For that I am using Random access file. I want outout on the JSP. My JSP file is <%@ page import="java.io.*,java.lang.*" %>

Help me

2003-07-16 Thread Snehal Pandya
or "); } rs.close(); return(str); } }catch(IOException ie){ System.out.println("Can't open the File "); }

Re: new bie help me

2002-10-19 Thread Vikramjit Singh
. Ph. (022) 7612929-1059 > -Original Message- > From: V.T.R.Ravi Kumar [mailto:vtr@;bhelhwr.co.in] > Sent: Saturday, October 19, 2002 3:05 AM > To: A mailing list about Java Server Pages specification and reference > Cc: Vikramjit Singh > Subj

Re: new bie help me

2002-10-19 Thread Vikramjit Singh
> -Original Message- > From: V.T.R.Ravi Kumar [mailto:vtr@;BHELHWR.CO.IN] > Sent: Saturday, October 19, 2002 1:52 AM > To: [EMAIL PROTECTED] > Subject: new bie help me > > > Please go through this following snippet > also note that in the > to i've used

new bie help me

2002-10-19 Thread V.T.R.Ravi Kumar
Please go through this following snippet also note that in the to i've used <%=mailid%> But instead of taking the value of the variable simply <%=mailid%> is added as a string please guide me how i should put a variable as tag attribute... <%@ page language="java" import="java.sql.*,java.util.Dat

Re: help me

2002-07-24 Thread Adrian Janssen
there is also this good available in PDF format for download http://pdf.coreservlets.com/ > -Original Message- > From: Alexander V. Yug [SMTP:[EMAIL PROTECTED]] > Sent: 25 July 2002 07:50 > To: [EMAIL PROTECTED] > Subject: help me > > hi all! > i want to b

Re: help me

2002-07-24 Thread Anoop Kumar V
PROTECTED]] Sent: Thursday, July 25, 2002 11:20 AM To: [EMAIL PROTECTED] Subject: help me hi all! i want to begin with JSP. what have i do first? ==To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INT

help me

2002-07-24 Thread Alexander V. Yug
hi all! i want to begin with JSP. what have i do first? ==To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant F

Please help me with Solaris.

2002-04-28 Thread Palak
Hello , I am a Unix User. And at present am working with Linux. Now I think of learining Solaris. I have already purchased the Sun Solaris Pack. I have even Installed all the softwares provided with the Pack. So now please guide me with the configuration of the Webservers like tomcat on th

Re: Please help me with JavaMail

2002-01-30 Thread Smita Kotnis
Hi, You can send multiple mails in CC field, by using a loop. you are true in syaying you need to use the separator. Hope the following piece of code will help you. InternetAddress [] addressCC=new InternetAddress[k]; StringTokenizer stCC1= new StringTokenizer(CC,","); while(stCC1.ha

Re: Please help me with JavaMail

2002-01-30 Thread BootedBear
Check out the following fragment: Properties props = new Properties(); props.setProperty( "mail.host", "yoursmtpserver.com" ); try { Session mailSession = Session.getInstance( props, null ); MimeMessage message = new MimeMessage( mailSession )

Please help me with JavaMail

2002-01-30 Thread Lorena Carlo
Hello everybody, Can somebody tell me how can I send more than one copy in the cc field of a mail using JavaMail. Do I have to use some kind of separator?. Thanks in advance, Lorena Carló === To unsubscribe: mailto [EMAIL

Re: Urgent !!!!!!!! Please help me

2001-12-18 Thread Haseltine, Celeste
? Celeste -Original Message- From: ShriKant Vashishtha [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 2:12 AM To: [EMAIL PROTECTED] Subject: Re: Urgent Please help me Hi All, 1. for (int i = 0; i < count; i++) { Node cld = list.item(i).getFirstChild(); }

Re: Urgent !!!!!!!! Please help me

2001-12-18 Thread ShriKant Vashishtha
--Original Message- > From: ShriKant Vashishtha [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 18, 2001 1:42 PM > To: [EMAIL PROTECTED] > Subject: Re: Urgent Please help me > > Hi All, > > 1. for (int i = 0; i < count; i++) { >Node cld = li

Re: Urgent !!!!!!!! Please help me

2001-12-18 Thread ShriKant Vashishtha
: ShriKant Vashishtha [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 1:42 PM To: [EMAIL PROTECTED] Subject: Re: Urgent Please help me Hi All, 1.  for (int i = 0; i < count; i++) {    Node cld = list.item(i).getFirstChild(); } 2. Node cld = null;     for (int i = 0

Re: Urgent !!!!!!!! Please help me

2001-12-18 Thread Komaravolu Vasudha
: Tuesday, December 18, 2001 1:42 PM To: [EMAIL PROTECTED] Subject: Re: Urgent Please help me Hi All, 1. for (int i = 0; i < count; i++) { Node cld = list.item(i).getFirstChild(); } 2. Node cld = null; for (int i = 0; i < count; i++) { cld = list.

Re: Urgent !!!!!!!! Please help me

2001-12-18 Thread ShriKant Vashishtha
: Ravindra [SMTP:[EMAIL PROTECTED]] > > Sent: Tuesday,18 December 2001 5:24 > > To: [EMAIL PROTECTED] > > Subject: Re: Urgent Please help me > > > > Hi All, > > > > String string_Name = new String("Tendulkar"); > > > > Stri

Re: Urgent !!!!!!!! Please help me

2001-12-17 Thread Leo
g("abc"); System.out.println(s3==s4); Result: true false - Original Message - From: "Ravindra" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 2:40 PM Subject: Re: Urgent Please help me > Thanks G

Re: Urgent !!!!!!!! Please help me

2001-12-17 Thread Ravindra
So i just testing it's behaviour. Thanks Varna. - Original Message - From: "Gare, Trefor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 11:57 AM Subject: Re: Urgent Please help me > Not quite sure what you're after

Re: Urgent !!!!!!!! Please help me

2001-12-17 Thread Komaravolu Vasudha
hello I think the first one is more compatbile -Original Message- From: Ravindra [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 11:54 AM To: [EMAIL PROTECTED] Subject: Re: Urgent Please help me Hi All, String string_Name = new String("Tendulkar"

Re: Urgent !!!!!!!! Please help me

2001-12-17 Thread Gare, Trefor
> Subject: Re: Urgent Please help me > > Hi All, > > String string_Name = new String("Tendulkar"); > > String string_Name = "Tendulkar"; > > In Above two statements which is compatible(Speed,Inst

Re: Urgent !!!!!!!! Please help me

2001-12-17 Thread Rajinder Sandhu
second one -Original Message- From: Ravindra [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 11:54 AM To: [EMAIL PROTECTED] Subject: Re: Urgent Please help me Hi All, String string_Name = new String("Tendulkar"); String string_Name = "Tendulkar&

Re: Urgent !!!!!!!! Please help me

2001-12-17 Thread Ravindra
Hi All, String string_Name = new String("Tendulkar"); String string_Name = "Tendulkar"; In Above two statements which is compatible(Speed,Instantiating and other parameters.) for java compiler. thanks Varna. === To unsub

Re: Urgent !!!!!!!! Please help me

2001-12-13 Thread Kwan, William
al Message- From: ShriKant Vashishtha [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 11:27 PM To: [EMAIL PROTECTED] Subject: Urgent !!!! Please help me Hi, My JSP contains the following things A text box and a GO button which fetches the result based on the criteria

Re: Urgent !!!!!!!! Please help me

2001-12-12 Thread Gochwal Meenu
7 PM > To: [EMAIL PROTECTED] > Subject: Urgent Please help me > > Hi, > > My JSP contains the following things > > A text box > and a GO button which fetches the result based on the criteria entered in > textbox. > > The GO button has a validation for

SV: Urgent !!!!!!!! Please help me

2001-12-12 Thread Jan Areno
] Amne: Urgent Please help me Hi, My JSP contains the following things A text box and a GO button which fetches the result based on the criteria entered in textbox. The GO button has a validation for a blank search criteria and displayes alert message if we press GO without entering any

Urgent !!!!!!!! Please help me

2001-12-12 Thread ShriKant Vashishtha
Hi, My JSP contains the following things A text box and a GO button which fetches the result based on the criteria entered in textbox. The GO button has a validation for a blank search criteria and displayes alert message if we press GO without entering anything. But the problem is, if I hit o

Re: Urgent !!!!!!!! Please help me

2001-12-12 Thread Ravindra
Thanks   Varna... - Original Message - From: Joe Cheng To: [EMAIL PROTECTED] Sent: Wednesday, December 12, 2001 9:53 PM Subject: Re: Urgent !!!! Please help me Ravindra,   Since you're using the <%! directive, you're just declaring methods, not ac

Re: Urgent !!!!!!!! Please help me

2001-12-12 Thread Joe Cheng
Ravindra,   Since you're using the <%! directive, you're just declaring methods, not actually calling them.  You need to actually call them.   You should also be aware that what you're doing is incredibly dangerous.  If two requests hit this page at the same time your output will be corrupt.

Re: Urgent !!!!!!!! Please help me

2001-12-12 Thread Praveen Potineni
PROTECTED] Sent: Wednesday, December 12, 2001 8:36 AM Subject: Re: Urgent !!!! Please help me If this is the page in question then the problem is that you are not calling any of the methods. Also, you might want to make sure that the jsp page actually compiles. I dont know

Re: Urgent !!!!!!!! Please help me

2001-12-12 Thread Chen, Gin
indra [mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 12, 2001 6:40 AMTo: [EMAIL PROTECTED]Subject: Urgent Please help me Dear All,       Problem :                     I have a jsp page, which should talk to database and fetches file name from the table and p

Urgent !!!!!!!! Please help me

2001-12-12 Thread Ravindra
Dear All,       Problem :                     I have a jsp page, which should talk to database and fetches file name from the table and prints the file on to browser.       Current Result :                     No error, but there is no single data from the file are not written to the brows

Re: Pls help me, urgently, Crystal Report and JSP

2001-12-11 Thread Nguyen Tra Linh
Sorry for my question but i don't know where crgweb.exe file is. - Original Message - From: Vikramjit Singh To: [EMAIL PROTECTED] Sent: Wednesday, December 12, 2001 11:57 AM Subject: Re: Pls help me, urgently, Crystal Report and JSP hi, even i am

Re: Pls help me, urgently, Crystal Report and JSP

2001-12-11 Thread Vikramjit Singh
hi, even i am doing crystal reports with jsp. using apache and tomcat. have not done much on it but u have to put the crgweb.exe in the cgi-bin directory. go to www.crystal-decisions.com and search in there for jsp. u shall find how to do. well even i am doing it and u can also help me if u get

Pls help me, urgently, Crystal Report and JSP

2001-12-11 Thread Nguyen Tra Linh
    Hi all, How can i present a Crystal Report file (.rpt) in JSP ? Any help is highly appreciated!   Linh  

Re: Please help me(ScrollableResultSet)

2001-11-15 Thread Richard Yee
out.println("1.."+ rs.getString("ino")); > > } The same code is working java. In jsp I tried using rs.next() then > also its working. but in the case of rs.afterLast() and rs.previous() > its giveing error. Pleae help me. I am using javawebserver2.0 and tomcot

Re: Please help me(ScrollableResultSet)

2001-11-15 Thread srinivas tadikonda
working.  but in the case of rs.afterLast() and rs.previous() its giveing error. Pleae help me.  I am using javawebserver2.0 and tomcot 3.3 Regards Srinivas   >From: Joe Cheng <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAI

Re: Please help me(ScrollableResultSet)

2001-11-15 Thread Joe Cheng
Can you post the line or section of code that is throwing the exception? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST

Re: Please help me(ScrollableResultSet)

2001-11-15 Thread srinivas tadikonda
and reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Please help me(ScrollableResultSet) >Date: Thu, 15 Nov 2001 10:35:57 +0100 > >Hi, >I think you are using an old version of java. Just check the following > >- only jdk1.3 is installed in your mac

Re: Please help me(ScrollableResultSet)

2001-11-15 Thread G.Nagarajan
directory   regards, Nagarajan. -Original Message-From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of srinivas tadikondaSent: Thursday, November 15, 2001 5:10 AMTo: [EMAIL PROTECTED]Subject: Please help me

Please help me(ScrollableResultSet)

2001-11-14 Thread srinivas tadikonda
)   Java.lang.noSuchmethod error: java.sql.Connection:Method Prepared statement(Ljava/lang/String;II)Ljava/sql/PreparedStatement;notfound.   I am using javawebserver2.0 and Tomcot3.3.  Both webservers gave same errors.  I did't get any thing. Why its giveing errors.  Please help me.   summary:   I wa

Re: 404 error tracking please help me

2001-11-12 Thread Saravanan Rajendran
Title: 404 error tracking please help me Hi    In web.xml i have configured the 404.js p error tracking.\ 404.jsp i have put it in to the roor directory. The code in web.xml is .       404   /404.jsp     Thanks Saran -Original Message-From: SriHari [mailto:[EMAIL

Re: 404 error tracking please help me

2001-11-10 Thread SriHari
Title: 404 error tracking please help me Hi Check Syntax error request.getHeader("Referrer") correct syntax is request.getHeader("referer""); could you specify How you configured 400 error tracking and where did u placed the 404.jsp file   Best Regards Srihari

Re: help me

2001-11-02 Thread Ashish Shrestha
what about pushlets. I don't remember the url right now, why not do a search in google. but i guess the basic idea was to use the http 1.1 keep alive and use dynamic html to refresh the section on the page. ashish shrestha

Re: help me

2001-11-01 Thread Daniel Jaffa
Do a search on streaming jsp Daniel Jaffa Computer GOD who Created the Stars and Moon "If you are not happy, I am not happy" _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp ===

Re: help me

2001-11-01 Thread Jean-Francois Pinero
Title: RE: help me I was just throwing out an idea, thinking off the top of my head, what about having a bean that is active throughout the session and having a flag in it that changes every time the trigger is "triggered", which in turn updates or refreshes the client side...I don

Re: help me

2001-11-01 Thread Joe Cheng
>> How about using a trigger on the database that instantly knows when the data has changed, like that no unnecessary refreshes have to be done on the client side when the data hasn't been changed? << Can you elaborate? So the database tells some server-side Java code that the data has been chan

Re: help me

2001-11-01 Thread Jean-Francois Pinero
Title: RE: help me How about using a trigger on the database that instantly knows when the data has changed, like that no unnecessary refreshes have to be done on the client side when the data hasn't been changed? -Original Message- From: Joe Cheng [mailto:[EMAIL PROTECTED]]

Re: help me

2001-11-01 Thread Joe Cheng
>> my requirement is to display the data on the front end without any time interval when ever the data changes in the table that perticular field of the record only must change on the front end without refreshing the entire page. (please don't recomend meta tags) << I haven't heard of any really

Re: help me

2001-10-31 Thread Saravanan Thangaraju
, November 01, 2001 9:18 AMTo: [EMAIL PROTECTED]Subject: help me Hi,   my requirement is to display the data on the front end without any time interval when ever the  data changes in the table that perticular field of the record only must change on the front end without refreshing

help me

2001-10-31 Thread srinivas tadikonda
Hi,   my requirement is to display the data on the front end without any time interval when ever the  data changes in the table that perticular field of the record only must change on the front end without refreshing the entire page. (please don't recomend meta tags)   Regards SrinivasGet your FREE

Re: help me with this " numberformat exception" please

2001-10-19 Thread yilmaz
lated code, IT IS WORKING. now time to finish the job with the database connection thanks for you and for those guys who helped me cheers :) - Original Message - From: Jan Areno To: [EMAIL PROTECTED] Sent: Friday, October 19, 2001 3:59 PM Subject: SV: help me with

Re: help me with this " numberformat exception" please

2001-10-19 Thread yilmaz
parameters , i am having the same error, so it can't differentiate if there is a parameter at the end of url or not. anyway still thanks for your (trying) to help me. - Original Message - From: "Zeng, Feng_Hua (CAP,CEF)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

SV: help me with this " numberformat exception" please

2001-10-19 Thread Jan Areno
ungligt meddelande-Från: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]För yilmazSkickat: den 19 oktober 2001 09:11Till: [EMAIL PROTECTED]Ämne: Re: help me with this " numberformat exception" please Hi Jan, - Original M

Re: help me with this " numberformat exception" please

2001-10-18 Thread yilmaz
Hi Jan, - Original Message - From: Jan Areno To: [EMAIL PROTECTED] Sent: Friday, October 19, 2001 2:07 PM Subject: SV: help me with this " numberformat exception" please You have the answer right there... check where it does a Intege

Re: help me with this " numberformat exception" please

2001-10-18 Thread Zeng, Feng_Hua (CAP,CEF)
: " + e); } // now the integer variable of "no" can be used carefree Happy coding! -Original Message- From: yilmaz [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 11:46 AM To: [EMAIL PROTECTED] Subject: Re: help me with this " numberformat excep

SV: help me with this " numberformat exception" please

2001-10-18 Thread Jan Areno
t: den 19 oktober 2001 04:46Till: [EMAIL PROTECTED]Ämne: Re: help me with this " numberformat exception" please Thank you David, Horwat and Sankar for your help, my JSP just can't see the parameters. i tried calling the jsp without any parameter ( http://localhost:8080/new

Re: help me with this " numberformat exception" please

2001-10-18 Thread Gochwal Meenu
Hi Try with .equals() and initialize i=0 > -Original Message- > From: yilmaz [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, October 18, 2001 6:28 PM > To: [EMAIL PROTECTED] > Subject: help me with this " numberformat exception" please > > hi everybod

Re: help me with this " numberformat exception" please

2001-10-18 Thread yilmaz
Thank you David, Horwat and Sankar for your help, my JSP just can't see the parameters. i tried calling the jsp without any parameter ( http://localhost:8080/newscont.jsp) and i get the same numberformat exception, i think it can't even see that there is a parameter at the end of  the u

Re: help me with this " numberformat exception" please

2001-10-18 Thread David Nguyen
TECTED]]On Behalf Of yilmazSent: Thursday, October 18, 2001 5:58 AMTo: [EMAIL PROTECTED]Subject: help me with this " numberformat exception" please hi everybody, i spent my whole afternoon with a stupid numberformat exception. at last i gave up,and decided to bring here.  c

Re: help me with this " numberformat exception" please

2001-10-18 Thread horwat
al Message - From: "yilmaz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 18, 2001 5:57 AM Subject: help me with this " numberformat exception" please hi everybody, i spent my whole afternoon with a stupid numberformat exception. at last i gav

Re: help me with this

2001-10-18 Thread Xavier Cosyns
request.getParameter("no"); if ((myNo!=null)&& (myNo.equalsIgnoreCase(""))){ Xavier, Original Message --- hi everybody, i spent my whole afternoon with a stupid numberformat exception. at last i gave up,and decided to bring here. can someone help me wit

Re: help me with this " numberformat exception" please

2001-10-18 Thread M Sankar
Try to trim ur number after receiving it in JSP. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on

help me with this " numberformat exception" please

2001-10-18 Thread yilmaz
hi everybody, i spent my whole afternoon with a stupid numberformat exception. at last i gave up,and decided to bring here.  can someone help me with this please, or I will get crazy. i am using tomcat 4 on windows 2000. this jsp file takes a request parameter no, which is an integer. but

Re: Please Help me.

2001-07-23 Thread Claudio Parnenzini
The String "abc" must be set as follow "\"abc\"" Claudio -Original Message- From: Gianfrancesco Martinico [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 5:38 PM To: [EMAIL PROTECTED] Subject: Please Help me. I have to manage an html statement

Re: Please Help me.

2001-07-17 Thread VAVK KISHORE
Hi Francesco Change it like this: Old Colde New Code To: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 8:37 AM Subject: Please Help me. > I have to manage an html statement as below: > > > > where description contains the character " (i.e. description= abc &

Re: Please Help me.

2001-07-17 Thread nsg
Please try the following script: abc\\"d - Original Message - From: "GLuka Raiss" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 17, 2001 3:22 PM Subject: Re: Please Help me. > in the string put \ before " > Like this

Re: Please Help me.

2001-07-17 Thread GLuka Raiss
in the string put \ before " Like this: abc\"d it will be: abc"d === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGES

Re: Please Help me.

2001-07-16 Thread Chris Pratt
Sorry, I meant sorry for HTML (and XML for that matter). Not URL Encoding. (*Chris*) - Original Message - From: "Chris Pratt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 10:41 AM Subject: Re: [JSP-INTEREST] Please Help me. > S

Re: Please Help me.

2001-07-16 Thread Chris Pratt
lt;[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 9:18 AM Subject: Re: [JSP-INTEREST] Please Help me. > Hi Chris, > thanks for your help but I have still a doubt: > if I convert the input variable description I have to re-convert it again > when I want the real value. > For examp

Re: Please Help me.

2001-07-16 Thread Zé Luís
Gianfrancesco Martinico wrote: > I have to manage an html statement as below: > > > > where description contains the character " (i.e. description= abc "abc"). > > When I show the html page, I can only see the string truncated at the first " >character (i.e. abc ). > How can I visualize the who

Re: Please Help me.

2001-07-16 Thread Gianfrancesco Martinico
mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Re: Please Help me. You need to run it through some sort of filter that should change the <"&> characters to < " & > respectively

Re: Please Help me.

2001-07-16 Thread Gianfrancesco Martinico
erver Pages specification and reference <[EMAIL PROTECTED]> Sent by: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Re: Please Help me. try -Original Message- From: A mailing list

Re: Please Help me.

2001-07-16 Thread Chris Pratt
out.append("&"); break; default: out.append(in[i]); break; } } return out.toString(); } //toXML } then change your tag to look like (*Chris*) - Original Message - From: "Gianfrancesco Martinico" <[EMA

Re: Please Help me.

2001-07-16 Thread Hans Liebenberg
try -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Gianfrancesco Martinico Sent: 16 July 2001 16:38 To: [EMAIL PROTECTED] Subject: Please Help me. I have to manage an html statement as below

Re: Help me with JBuilder configuration

2001-07-13 Thread xin_kang
(taglibs). To run a jsp file in jbuilder I usually just right >click in the file and choose Web Run. > >I this gives you some help. >/Nils > > >>From: Henry Ortiz <[EMAIL PROTECTED]> >>Reply-To: A mailing list about Java Server Pages specification and >>refe

Re: Help me with JBuilder configuration

2001-07-13 Thread Nils Janson
a jsp file in jbuilder I usually just right click in the file and choose Web Run. I this gives you some help. /Nils >From: Henry Ortiz <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and >reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTE

Help me with JBuilder configuration

2001-07-13 Thread Henry Ortiz
Dear friends I have a problem with the configuration of the JBuilder4 with Tomcat server(Apache). Help me somebody. Send me all that you know, any help is fine. Henry Ortiz ___ Developer === To unsubscribe

Help installing tomcat3.2...please help me!

2001-07-11 Thread Francesco Sammartino
hi at all, Can someone tell me how can I install Tomcat 3.2 on Windows98?I've read the How-To,but I didn't understand what TOMCAT_HOME and JAVA_HOME are and how can I set them.. Please help me.I've no money because I'm 16 years old and I want to develop a web-site on

Help me

2001-06-21 Thread karuppan nanda kumar
Hi, How to post my doubt in this group.. please Help me Thanks luv nanda __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com

Please Help ME!!

2001-06-19 Thread xin_kang
JSP-INTEREST Is here anybody knows how to install JSP enviroment on BSDI or FreeBSD? I'm crazy!!! xin_kang [EMAIL PROTECTED] === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTER

please help me

2001-06-16 Thread karuppan nanda kumar
hai guys, Any one Know the how to use the object "Application"... Yours nandu __ Do You Yahoo!? Spot the hottest trends in music, movies, and more. http://buzz.yahoo.com/ ===

Please Help-me : TOMCAT startup error !

2001-05-29 Thread Gilson Nascimento D Elrei
Hello all, I'm receiving this error when i try to start my tomcat. I verified my TOMCAT_HOME and CLASSPATH and its ok. One week ago my installation was ok, coincidentally this problem has ocurred after i installed JSDK1.3.1 version. I tried to reinstall TOMCAT but i didn't get success. I have seen

let jdk1.3 support Chinese fonts--pls help me out

2001-05-18 Thread Tonny Liu
maybe this question shouldn't be posted here, but I really needs some help,I have puzzled one week. I installed jdk1.3 on Redhat 6.2, for I have some chinese info,I want jdk1.3 support chinese fonts, so I did as follows: 1. I downloaded cxterm and installed it , copied font files "gb16st.pcf.

Re: plz help me out ....

2001-05-17 Thread horwat
!!! > > please bear my nonsense(if it is so!) and clarify my doubt there's > something basic bridging point i'm missing i suppose! > > thanx in advance > > regds > kasu > > > -Original Message- > From: A mailing list about Java Server Pa

Re: plz help me out ....

2001-05-17 Thread K.S.SREEDHAR KUMAR
iling list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 4:28 PM To: [EMAIL PROTECTED] Subject: Re: plz help me out Couple of things: a) There is no tag defined by the name of gen, there is one with the name of FirstTag check you

Re: plz help me out ....

2001-05-17 Thread Sachin S. Khanna
001 11:21 AM Subject: plz help me out > hey buddies > > i'm a newbie to the JSP arena i've just come to custom tag > development i'm getting mad in deploying a sample app btw i'm using > tomcat 3.2.1 server... > > is there any strict nami

Re: plz help me out ....

2001-05-17 Thread Alexandre Equoy
Hi Rana, if you want that tomcat reflect your changes delete the tomcat's cache. Bye. > hi buddies > i have just started working on jsp but i am facing one problem. once my jsp > has run on the tomcat and if after that i am changing my same jsp to add > some more features the tomcat is not ref

Re: plz help me out ....

2001-05-17 Thread kailash
SSI),New Delhi, [EMAIL PROTECTED] Do Take Very Good Care Of Your Health - Original Message - From: "Surender Rana" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 17, 2000 12:06 PM Subject: plz help me out > hi buddies > i have just started

plz help me out ....

2001-05-17 Thread Surender Rana
, then only i get the changes. is ther any setting in the tomcat for overcoming such problem. bye surender - Original Message - From: K.S.SREEDHAR KUMAR <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 11:21 AM Subject: plz help me out > hey bu

plz help me out ....

2001-05-16 Thread K.S.SREEDHAR KUMAR
hey buddies i'm a newbie to the JSP arena i've just come to custom tag development i'm getting mad in deploying a sample app btw i'm using tomcat 3.2.1 server... is there any strict naming convention for the tld file if so plz specity it i'm providing u source for web.xml, tld f

Re: Who can help me build a forum using jsp?

2001-04-08 Thread EJB ForAll
Hi i can help you. What is your requirement. email me Regards Deepak --- ntrgiang <[EMAIL PROTECTED]> wrote: > Hi, > > I want to build a forum using jsp technology. All of > your ideas, guides, > advices, and demos are welcome. :-) > Thanks alot > Giang Nguyen > > =

Re: Who can help me build a forum using jsp?

2001-04-07 Thread Geert Van Damme
erver Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of ntrgiang > Sent: zaterdag 7 april 2001 18:30 > To: [EMAIL PROTECTED] > Subject: Who can help me build a forum using jsp? > > > Hi, > > I want to build a forum using jsp technology. All of your i

Who can help me build a forum using jsp?

2001-04-07 Thread ntrgiang
Hi, I want to build a forum using jsp technology. All of your ideas, guides, advices, and demos are welcome. :-) Thanks alot Giang Nguyen === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For di

Re: iPlanet ? Please help me ?????????/

2001-03-22 Thread Shahaji Kadam.
help me ?/ Hi, I saw you posting question in the JSP mailing list, I was always working with tomcat and JRUN, but never with iPlanet, I just started in this company, and the server is in another building monitored by an administrator, but it looks like this admin does not know how to set it

Re: help me in showing the recordset

2001-02-23 Thread Clemente Dani
-- Mensaje Original - De: Preeti <[EMAIL PROTECTED]> Fecha: Jueves, Febrero 22, 2001 9:03 pm Asunto: help me in showing the recordset >Hi guys > I have foloowing 2 file (a jsp file and a bean ) and want to show my > recordset(which contains multiple rows of data ) on my jsp page

help me in showing the recordset

2001-02-22 Thread Preeti
Hi guys I have foloowing 2 file (a jsp file and a bean ) and want to show my recordset(which contains multiple rows of data ) on my jsp page my code is showing me the following error pls help me out guys .. I'm very new to JSP this error is coming on my JSP page .. The error is "

Re: RV: URGENT HELP ME!!!!!

2001-02-21 Thread Biff Malone
A lot of people skim thru the subject headings in order to read postings that might be relevant to them. Your subject of "URGENT HELP ME!" is not going to make anyone want to read your post, rather, they will delete it immediately >From: christian hamann <[EMAIL PROTECTE

  1   2   3   >