Re: trouble with too much processing in jsp page

2000-10-16 Thread Stefan Bushev
use javascript for doing that _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com.

JSP & iPLANET

2000-10-16 Thread Venkatesh.Kesavan
All, I am new to JSP. Can anyone let me know how to use JSP in iPlanet webserver. I am not able to access the newly created classfiles in my jsp pages. Thanks Babu === To unsubscribe: mailto [EMAIL PROTECTED] with body: "s

Re: Help - problem using

2000-10-16 Thread Tasneem
Hi phil The property name in your bean should be the same as the parameter name i.e if your property name in your bean is setUsername your parameter name has to be username or Username it seems the case of the first alphabet does not make a difference but the case of the rest of the letters shoul

Re: Help - problem using

2000-10-16 Thread Tasneem
Hi Phil The property name in your bean should be the same as the parameter name i.e if your property name in your bean is setUsername your parameter name has to be username or Username it seems the case of the first alphabet does not make a difference but the case of the rest of the letters should

test, - please ignore

2000-10-16 Thread Eduardo Pelegri--Llopart
Please ignore. Testing if the unwarranted message for duplicates message has been fixed. - eduard/o === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets

Session quirk with Tomcat and netscape

2000-10-16 Thread Stephen Manning
Hi All, I am looking for some advice/direction on the following issue. Backgound: I wrote a servlet to enable people to download file, so that by using the session mapping feature in Tomcat, one can enter the path /download/userguide.zip and the download servlet is actually invoked, parses the u

Tool selection.

2000-10-16 Thread Raj (Redirected by \"Jim Hovey\" <[EMAIL PROTECTED]>)
(Redirected by "Jim Hovey" <[EMAIL PROTECTED]>) *** BEGIN REDIRECTED MESSAGE *** Hi all, Can someone guide me in choosing best automated tool for testing and load balancing. I had to do load testing on our product. Basically we have used JSP, servlets, EJB for developing our pr

Tool selection.

2000-10-16 Thread Raj
Hi all, Can someone guide me in choosing best automated tool for testing and load balancing. I had to do load testing on our product. Basically we have used JSP, servlets, EJB for developing our product. Sorry if it is slightly offtopic. Regards Raj ===

Re: Random in JSP

2000-10-16 Thread Andy Purshottam
WTF does this have to do with JSP! This is a question of generating random permuations, go look in an algorithm text like _The algorithm Design Manual_ by Skiena, page 246. http://www.cs.sunysb.edu/~algorith/info/form.shtml http://www.tcs.mu-luebeck.de/AlgoDesignMan/BOOK/BOOK4/NODE151.HTM Also I

Re: problem with ....

2000-10-16 Thread Mutahar Qayum
i restarted it even! -Original Message- From: Hernandez, Rey [mailto:[EMAIL PROTECTED]] Sent: Monday, October 16, 2000 12:16 PM To: [EMAIL PROTECTED] Subject: Re: problem with Is this a bean you were using, recompiled it, and then tried to use it again? I'm not familiar with how We

Random in JSP

2000-10-16 Thread rgu
I need to do a random function with JSP! I have a set of IDs of my SQL table, 1,12,34,53 I need select this IDs in diferent sequences each time, per example 12,34,53,1 ; 53,12,34,1 and so on. Thank you very much Roger G Urdangarin __

Re: problem with ....

2000-10-16 Thread Hernandez, Rey
Is this a bean you were using, recompiled it, and then tried to use it again? I'm not familiar with how WebLogic does things, but tomcat requires you restart the server for the recompiled bean to be recognized again. -Original Message- From: Mutahar Qayum [mailto:[EMAIL PROTECTED]] Sent:

Off Topic : Anyone using BDK 1.1 on Solaris 2.7.

2000-10-16 Thread Mohammed Ali
Hi Gurus, I am trying to install the Beans Development Kit (bdk) 1.1 downloaded from JavaSoft.com, on Solaris 2.7. I am running J2SE. The bdk 1.1 self extracting shell script, when executed, finds the path to java. Since, I have a symbloic link to java installation, it asks me to choose the one

Re: problem with ....

2000-10-16 Thread Mutahar Qayum
Yes, i did set it in Weblogic classpaths. -Original Message- From: Tasneem [mailto:[EMAIL PROTECTED]] Sent: Monday, October 16, 2000 10:34 AM To: [EMAIL PROTECTED] Subject: Re: problem with Have you placed your bean in the proper path. Tasneem Talawala JSP Developer [EMAIL PROTECT

Re: JRUN performance

2000-10-16 Thread Dan Lopez
Jrun performance REALLY slow on resultset. I am even caching some resultset and only display 5% of data and still SO SLOW! Any suggestions? -D __ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/ ===

jrun studio status

2000-10-16 Thread Doug W
I'm wondering why allaire didn't integrate this into their CFStudio or HomeSite product as a module or addon. Jrun Studio looks identical to these products. Carlos Vasquez <[EMAIL PROTECTED]> on 10/15/2000 08:22:49 PM Please respond to A mailing list about Java Server Pages specification an

Re: why it could not find the servlet the second time around?

2000-10-16 Thread Liu
Hi Hans and everybody, I got my answer. The problem is within my servlet ClientHandler. I thought if some where in my servlet it forward to another jsp or servlet (whatsoever) the rest of the code will not be executed at all. It seems that is not the case with servlet. In my case, when the fir

trouble with too much processing in jsp page

2000-10-16 Thread Aideen Kilkelly
Hi all, I have a problem with a particularly large jsp. The page will not display sometimes. I think the problem may be that the there is a huge amount of processing in the page (I don't thin its memory). Each input parameter needs to be checked if the user entered one already. <% Html

Re: Result Sets

2000-10-16 Thread TA Flores
See the following link. CachedRowSet/JDBCRowSet/WebRowSet are covered in JDCB 2.0. This is a direct link to the tutorial which will show you how to use. http://developer.java.sun.com/developer/Books/JDBCTutorial/chapter5.html

Re : SERVLET CODE

2000-10-16 Thread SRINIVAS RAO
Hi People, can somebody give me the code for download function using servlet or direct me to an url. its very urgent. thanks. srinivas. _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share info

Re: why it could not find the servlet the second time around?

2000-10-16 Thread Stefan Bushev
it seems that you have no file /ClientHandler isn't it /ClientHandler.jsp or something? s.b. >From: Liu <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: why it could not find the servlet t

Re: why it could not find the servlet the second time around?

2000-10-16 Thread Kai Hackemesser
I may help with own experience. JSP Servlets will be removed from the threads if they aren't used some time. your descriptions looks like you initialize something which on second initialisation causes an error. So I think you have some variables in a <%! %> tag which will be responsible for this.

why it could not find the servlet the second time around?

2000-10-16 Thread Liu
Dear Hans or everybody, please help me to explain what was happened here. I am doing customer registration, when the fields filled out and the customer clicks the summit button, the action will point to a controller jsp (process.jsp), there if the validation is ok, it will forward to a servlet (C

No Subject

2000-10-16 Thread Sanjay Gomes
send it like you did it here Sanjay -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Raj Jain Sent: 15 October 2000 11:59 To: [EMAIL PROTECTED] Subject: where should I send my queries so that they can be

Jsdk & Jswdk

2000-10-16 Thread Rahul Narula
What is the differnce between JSDK & JSWDK?? What roll does JSDK plays in executing JSP files from my webserver Thanx _ Get Free Fast Easy email from indiya.com: SIGNUP NOW : http://www.indiya.com ==

execution troubles

2000-10-16 Thread Rahul Narula
I am not able to execute JSP files..Gives 500 internal error.. What r the things I need to run JSP.. I have JDK 1.3 JSDK 2.0 JSWDK 1.0.1 Installed all in my drive ...included d:\jswdk\jswdk-1.0.1\lib;d:\jdk1.3\lib\servlet.jar in the CLASSPATH & d:\jdk1.3\bin in the PATH When I doubleclick on st

Re: Help - problem using

2000-10-16 Thread Phil Hedley
From: Phil Hedley@MITEL on 10/16/2000 01:27 PM GDT Hi Louis, This does not appear to work :- [snip] >If you want to use setProperty, then your field name (or parameter name) >must same as the bean property name. E.g, if you have a textfield which name call >SurName, in your bean you must have se

Re: Help - problem using

2000-10-16 Thread Louis
> Hi all, > > I'm using the following directive in a jsp page > > > > > This would NOTcall the set method in my java bean. After hours of code changing > I managed to > get it to work by changing my bean properties and corresponding form names to > lowercase, > where previously I was u

Re: Result Sets

2000-10-16 Thread Venu Gopal
TA Flores, I need the same info..can you provide which version of JDK supports that?? Cheers, Venu --- Kim <[EMAIL PROTECTED]> wrote: > Hi TA Flores & all, > > Is this CacheRowSet/CachedRow/WebRow in JDK1.3? > I couldn't find it. > > kim. > > - Original Message - > From: "TA Flores" <[E

Help - problem using

2000-10-16 Thread Phil Hedley
Hi all, I'm using the following directive in a jsp page This would NOTcall the set method in my java bean. After hours of code changing I managed to get it to work by changing my bean properties and corresponding form names to lowercase, where previously I was using mixed case. Cou

Re: Native code and JSP

2000-10-16 Thread GALLO Jean-Claude
BEANS is the answer. I don't use beans with native calls for the moment but very soon I will. > -Message d'origine- > De: Manish Bhatnagar [mailto:[EMAIL PROTECTED]] > Date: Saturday, October 14, 2000 7:18 AM > À: [EMAIL PROTECTED] > Objet: Re: Native code and JSP > > > I know that I

Re: Problems with flush???

2000-10-16 Thread Kai Hackemesser
There is a buffer with a standart size of 8kb which will be flushed to webserver if it runs full. But into this buffer there will never be sourcecode entered, only html code or what you send to 'out'. May you show me a page where you have this trouble? ciao! Kai - Original Message - From:

session.setAttribute and pageContext.setAttribute

2000-10-16 Thread Nitin Khattar
Is there any difference between using session.setAttribute("x","y") and pageContext.setAttribute("x","y",pageContext.SESSION_SCOPE). If so, then when should I prefer to the other? thanks Nitin === To unsubscribe: mailto [EM

Re: Problems with flush???

2000-10-16 Thread Kai Hackemesser
JSP-Servlets never show code in the browser, if it is within the <% %> tag. If you have this problem with all of your pages, you should check if you have configured your jsp-server correctly. Kai - Original Message - From: Camilla Straubel <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

Re: Uploads

2000-10-16 Thread Leon Daanen
look at www.jspsmart.com Leon >-Original Message- >From: A mailing list about Java Server Pages specification and >reference >[mailto:[EMAIL PROTECTED]]On Behalf Of Luis Javier Beltran >Sent: Friday, October 13, 2000 9:42 PM >To: [EMAIL PROTECTED] >Subject: Uploads > > >Does anybody know

Problems with flush???

2000-10-16 Thread Camilla Straubel
question regarding flush Sometimes the jsp-file seems to not compile because the raw code is showing in the browser. Their is no compliation error. Is their a max on how much can be flushed(). Has some experinsed this? //Camilla ==

Flush

2000-10-16 Thread Camilla Straubel
Hi, I wonder if anyone have experinced that a jsp-page is showing not the complied code but the raw code. Does this happens with specific browsers? Regards Camilla === To unsubscribe: mailto [EMAIL PROTECTED] with body: