| Thread | Last Post | Replies |
|
| Response from a JSP to a JS function | 18 Apr 2005 13:32 GMT | 1 |
I am new to the world of Java and am facing a problem. I have a JSP which has imbedded JavaScript. Now, on a particular action, a JavaScript function in that JSP sends a HTTP request to another JSP. This second JSP makes up a response. I want to send this response back
|
| threads, and the lack of global data | 18 Apr 2005 12:19 GMT | 5 |
Real, real stupid question here.... Global data is the most obvious and simpleminded way for different threads to communicate and share information; nonetheless as I understand it, Java does not allow global data items (somebody tell me if I'm wrong about
|
| Dynamic Validation in Struts with DynaValidatorForms | 18 Apr 2005 08:13 GMT | 1 |
1. In my struts-config.xml I use a form bean of type DynaValidatorForm with some properties. 2. In the validator.xml I defined these fields as required. 3. I DO NOT WANT TO WRITE ANY ACTIONFORM CLASS
|
| Launch application from java (MacOSX) | 18 Apr 2005 03:42 GMT | 2 |
I am trying to launch a program based on file extension. On windows OS, I use a Runtime/Process and use : cmd.exe /c files.psd and this opens Photoshop.
|
| JDK 1.5 on Mac OS X | 18 Apr 2005 00:18 GMT | 5 |
I have a question, and maybe someone a little more knowledgable about the OS X system would be able to help me with this. Does anybody know when Apple will actually place J2SE 1.5 on the Mac? I want to develop on it, and it doesn't look to be in beta, but I can't find anything
|
| J2ME - Textfield on Canvas | 17 Apr 2005 23:37 GMT | 6 |
Hi, I would like to have a nicely designed page with a Textfield on it. If I just create a class that extens Form, I can't access the graphics stuff,
|
| Recursive calls, arraylists, and object passing | 17 Apr 2005 23:33 GMT | 3 |
I'm doing a depth first search and want to record the least cost path as I traverse the graph. I create an arraylist. I want to add things to teh arraylist in a recursive call to teh function where teh arraylist is created. When the recursion returns, the original
|
| Can I get "My Document", "Desktop" and "Favourite" folder dynamically? | 17 Apr 2005 22:29 GMT | 5 |
In difference language of Windows, they have difference name, can I get them dynamically from java? Any API can do this?
|
| J2ME: StringItem question | 17 Apr 2005 19:21 GMT | 2 |
It seems that always when I use StringItem (or even if I just use append(String) on Form) and left or center justifying on screen, the text is displayed in too much lines. Even if I have only three words the PDA shows them in two lines although they could be in only one
|
| Any suggestions for a good charts & graphs package? | 17 Apr 2005 18:09 GMT | 3 |
title says it all. thanks - dave david@at-at-at@windward.dot.dot.net Windward Reports -- http://www.WindwardReports.com
|
| Sun Server and applets | 17 Apr 2005 15:11 GMT | 8 |
Hello. I have the sun java system application server running on my machine. I am trying to reference a applet .class file which I have in the war file, as you know it gets added under /WEB-INF/classes, just like a servlet, since it is a class file. However, I can not seem to
|
| problem with nonlatin webapps on Tomcat 5 | 17 Apr 2005 12:03 GMT | 1 |
I have a little problem that I am trying to undertand and fix: when I save the page below as testzh.html in my webapp I see correctly chinese characters; but when I save it as testzh.jsp I see bad symbols...
|
| Simple Java/XML question | 17 Apr 2005 05:24 GMT | 3 |
I have the following XML file... <?xml version="1.0"?> <animals> <animal>
|
| deploying a servlet on Tomcat 5.0 | 17 Apr 2005 05:03 GMT | 4 |
Does anyone know how to deploy a servlet on Tomcat 5? I compiled a new class and stuck it in the directory with all the example classes, but the server says it can't find it.
|
| Installing Tomcat admin application | 17 Apr 2005 05:00 GMT | 2 |
I have installed Tomcat but when I click on the tomcat administration link at the default tomcat page, i get: "Tomcat's administration web application is no longer installed by default. Download and install the "admin" package to use it."
|