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...
... 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...
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...
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...
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...
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...
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...
Welcome to the world of maintenance programming - as compared to development programming. I could only suggest that you switch from a maintenance programming ...
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...
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,...
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 ...
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): ...
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....
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...