i noticed there's been a lot of news about WSAD. for all you Jtest users, there's a paper about how to use unit test with WSAD and Jtest. it gives pretty...
Hi, Since I am new to weblogic, Please help me in certain questions. From where to download weblogic? Which version to download? Heard that we can download...
Dear friends I have 2 problems, pls try to solve these.... The value of`7 is: a)7 b)-8 c)6 d)0 e)1 If one of these is the answer, please tell how? ... What are...
Hi people, Does any one knows about a good javascript file for geneaology managment? Many thanks, Jose.- [Non-text portions of this message have been removed]...
Leviaguirre Queral Jo...
JLEVIAGU@...
Mar 4, 2003 1:47 am
430
Dear friends, I have a problem. I have got both java web server(jws) as well as weblogic 4.5. My jsp files will work in jws while it is giving only the html...
My question is: If you r deploying a servlet in a server and if 10 users are trying to access it, then how many instances of that servlet is created?...
Suppose a table in access as well as oracle is there (with same contents), Initially in ur servlet u r using access and if u need to change the database from...
Hi, How could I acces the elements inside an iframe? I am trying to select all check boxes that are inside an iframe with a button outside it. ... <iframe...
Leviaguirre Queral Jo...
JLEVIAGU@...
Mar 13, 2003 4:46 pm
435
Hi all, I want to run a program.exe from the server in the client. I know is possible ever since the client 'accepts' to execute the program warning him about...
Leviaguirre Queral Jo...
JLEVIAGU@...
Mar 13, 2003 5:38 pm
436
... Only one, but why don't you test it with a servlet class that counts its own instances?...
Hi coders, Does anybody knwos where to find coding conventions for Javascript, (Java, VBScript and JSP). Those are the technologies I'm using. I suppose there...
Leviaguirre Queral Jo...
JLEVIAGU@...
Apr 4, 2003 4:46 pm
438
I am new to the Twin Cities area. I am an old cold fusion junky. Now I need to update my skills with JSP. Does anyone recomend a good place to learn these...
Hi, I am generating a txt file on the server side. I want to show the "Save file as..." dialog box. Just like when right clicking a file link to "save link...
Leviaguirre Queral Jo...
JLEVIAGU@...
May 7, 2003 1:40 am
440
Hi, I have just registered a domain name and purchased the hosting service which provides me the MySQL database and Tomcat server. Before that I have set the...
Hi guys, I wonder if anyone has a brief Table of Contents for learning Java and/or JSP technologies. I am preparing a course for some cobol dinosaur people. I...
Leviaguirre Queral Jo...
JLEVIAGU@...
May 13, 2003 4:07 pm
442
There is really no accepted way of forcing the browser to show the save as dialog box. However, if you change the mime-type on the server to something that...
Thank you Dusting, I figured out how to solve the problem. I also figured out how to change the file extension: Here is my code. It reads a file and sends it...
Leviaguirre Queral Jo...
JLEVIAGU@...
May 19, 2003 10:38 pm
444
I am looking for a routine to generate the Index of a database. My DB is more than 10,000,000 records. So far I found this text-search engine called 'Lucene',...
Leviaguirre Queral Jo...
JLEVIAGU@...
May 22, 2003 10:21 pm
445
Hi all, I would like to know how could I send a password secureley to another page over the http by using the <input type='password'> tag. Do I need to...
Leviaguirre Queral Jo...
JLEVIAGU@...
Jun 2, 2003 3:34 pm
446
Hi, Where can I download some JSP code that displays a query on a HTML table? It would be nice it could display the results separated by groups like in google...
Leviaguirre Queral Jo...
JLEVIAGU@...
Jun 2, 2003 3:39 pm
447
If you want to send the password securely, then I suggest that you use https, since at least then you are assured encrypted communication. This shouldn't be...
Does your woman mistake a handjob for a blowjob and give you lousy head with no wet mouth action? When I need a woman that sucks cock like a pro I go here. ...
Hello, Does anybody knows how to call a method defined in another *.jsp file? Is it possible? I have a math.jsp that has a method called addTwoIntegers(int a,...
Leviaguirre Queral Jo...
JLEVIAGU@...
Jun 4, 2003 10:37 pm
451
I don't know if there's any way to do it that's not a kludge. The jsp files are turned into .java files and later into .class files by the webserver, but each...
Thankyou, Dustin. Do you know how to make a Class so I can make instances inside my JSP without extending it to HttpServlet? Do I need to put the class in the...