Search the web
Sign In
New User? Sign Up
novajug · Northern Virginia Java Users Group (NOVA
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 6321 - 6350 of 12259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6321
URL: http://valsignalandet.com I have tried everything I can think of to get the page to run, to no avail. The site does not pull up in any browser of any...
Phil Powell
nordic_metal...
Offline Send Email
Feb 1, 2004
10:04 am
6322
... My standard approach to this type of situation is to comment out all code so that the applet basically does nothing but runs ok. Then section by section I...
David Medinets
medined
Offline Send Email
Feb 1, 2004
10:52 am
6323
Also, I seem to remember that a brower (or the JVM) caches an applet, so for each iteration, you prolly will need to close all instances of the browser before...
edjames@...
lej31428
Offline Send Email
Feb 1, 2004
11:02 am
6324
I do this in a dichotomic manner: every time comment/uncomment "half" of the code. ... no avail. ... all code so ... section ... on how ... problem...
argyn
akuketayev
Offline Send Email
Feb 1, 2004
3:34 pm
6325
The systematic way to solve this problem would be to debug it and see exactly where the problem is. Eclipse (free) has very nice and powerful tools for...
Gary Whitten
garyewhitten
Offline Send Email
Feb 1, 2004
5:06 pm
6326
Ok thanx for the tip on Eclipse. I downloaded and installed it (man it's a beast!) and figured out how to debug the applet. Maybe if someone were to...
Phil Powell
nordic_metal...
Offline Send Email
Feb 1, 2004
5:56 pm
6327
You do need to note that, as I remember, Eclipse uses essentially an "appletviewer" environment, NOT a browser environment. You might want to see what...
Gary Whitten
garyewhitten
Offline Send Email
Feb 1, 2004
6:49 pm
6328
I can't figure out what to do at this point. I'm sorry I'm completely out of ideas. For some people the class doesn't load; for others, it takes anywhere...
Phil Powell
nordic_metal...
Offline Send Email
Feb 2, 2004
9:03 am
6329
Consider this code snippet from ParseNews method init(): for (int i = 0; i < parseVector.size(); i++) { HTMLEntities htmlEntities = new...
Phil Powell
nordic_metal...
Offline Send Email
Feb 2, 2004
9:06 am
6330
Welcome to the world of maintenance programming - as compared to development programming. I could only suggest that you switch from a maintenance programming ...
edjames@...
lej31428
Offline Send Email
Feb 2, 2004
3:14 pm
6331
Hi, I need to do a forward from a JSP page, on a submit action. I have the ... <form name="TestForm"> <% String button = request.getParameter("button"); if...
gopster99
Offline Send Email
Feb 2, 2004
4:07 pm
6332
Try Jakarta Struts. It will let you separate your code from configuration. Ramanand Singh On Mon, 02 Feb 2004 16:06:45 -0000 ... Ramanand Singh ...
Ramanand Singh
sramanand
Offline Send Email
Feb 2, 2004
4:15 pm
6333
It looks like you are already using Struts with your action syntax, but if not, you might try to stay within scriptlet code instead of dropping back into jsp,...
David A. Sisk
dasisk
Offline Send Email
Feb 2, 2004
4:31 pm
6334
Yes, I'm already using Struts. The problem I'm facing is I want to preserve the request attributes all through my flow. Ex: Action1 --> JSP1 --> Action2 ...
gopster99
Offline Send Email
Feb 2, 2004
5:04 pm
6335
Thanx I wrote a simple application to try out things and made no difference. A simple "Hello World" applet had the same effect (site took 5 minutes to load): ...
Phil Powell
nordic_metal...
Offline Send Email
Feb 2, 2004
5:17 pm
6336
That makes more sense to me know. You can do a onClick() location.replace("") using JavaScript. That will probably yield the results you are trying to achieve....
David A. Sisk
dasisk
Offline Send Email
Feb 2, 2004
6:13 pm
6337
I tried document.location. It does the forward to the action, but the formBean doesn't have the values from the form. ... <form name="TestForm"> <input...
gopster99
Offline Send Email
Feb 2, 2004
7:09 pm
6338
The Core meeting originally scheduled for last Tuesday will be happening this Tuesday, February 3rd, from 6:00 to 9:00 at FGM, Inc (see www.fgm.com for...
David Bock
javaguy_98
Offline Send Email
Feb 2, 2004
8:33 pm
6339
Northern Virginia Software Symposium May 14-16th, 2004 A "No Fluff, Just Stuff" Conference www.nofluffjuststuff.com The No Fluff Just Stuff Java Symposium Tour...
Jay Zimmerman
jz_tcpn
Offline Send Email
Feb 2, 2004
10:08 pm
6340
JAVA FREEDOM SOFTWARE SYMPOSUM If the May 14-16th dates for the Northern Virginia Software Symposium, don't work for your schedule, come and see us in...
Jay Zimmerman
jz_tcpn
Offline Send Email
Feb 2, 2004
10:12 pm
6341
Hi Phil: I think you try to get converted value from hash table accoding to funkystring. If it is true, I think you code has some problems. The correct...
zimmern2001_2003
zimmern2001_...
Offline Send Email
Feb 3, 2004
12:09 am
6342
Thanx.. however, I simply do not understand anything you wrote. I was talking to Bryan Tighe most of today (very patient guy) and the foregone conclusion is...
Phil Powell
nordic_metal...
Offline Send Email
Feb 3, 2004
1:40 am
6343
Hi there, We are looking for Software Engineers with the following expertise. Please respond to all the questions along with a copy of your resume in MS word...
humanresources_2002
humanresourc...
Offline Send Email
Feb 3, 2004
2:05 am
6344
Thanx for the cheerleading, however, the solution to my problem is still elusive to me, although I got my application to work (I have no clue whatsoever what...
Phil Powell
nordic_metal...
Offline Send Email
Feb 3, 2004
2:07 am
6345
Ed/Dave/Bryan.. this is a new one for me! You will never believe this if I told you, so I am deliberately going to leave the class as is on the system for you...
Phil Powell
nordic_metal...
Offline Send Email
Feb 3, 2004
6:56 am
6346
JAVA FREEDOM SOFTWARE SYMPOSUM If the May 14-16th dates for the Northern Virginia Software Symposium, don't work for your schedule, come and see us in...
Jay Zimmerman
jz_tcpn
Offline Send Email
Feb 3, 2004
5:12 pm
6347
The core meeting is on for tonight, as scheduled. -db...
David Bock
javaguy_98
Offline Send Email
Feb 3, 2004
9:53 pm
6348
Hi, You can find definition of static method in the book. generally speaking, static method belong to class you can directly call static method without ...
zhiming zhang
zimmern2001_...
Offline Send Email
Feb 3, 2004
10:05 pm
6349
Has anyone created a custom Formatter and deployed in weblogic 8.1? Here's what I did. 1. Created a configuration file as follows (part of the file) # default...
viraj shetty
shetty_viraj
Offline Send Email
Feb 3, 2004
10:47 pm
6350
(not so) stupid questions: Static Method http://today.java.net/pub/a/today/2003/12/30/staticsSQ1.html ... speaking, ... without ... can ... ...
shivamantrik
Offline Send Email
Feb 4, 2004
1:54 pm
Messages 6321 - 6350 of 12259   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help