| Thread | Last Post | Replies |
|
| Can not disable buttons on firefox on Macintosh | 03 May 2006 13:02 GMT | 2 |
I am having trouble with an applet where I need to disable some buttons. It works fine with Firefox on Windows and it works fine with Safari on MacOSX. But when I run the same applet on Firefox 1.5.0.2 on MacOSX, then the
|
| Need help with simple exercise! | 03 May 2006 13:00 GMT | 7 |
Hello, i am new to programming.Here is a simple exercise: Write a simple class that iterates through all the arguments passed in on the command line and prints them out to the screen. If no arguments are specified print a message explaining to the user
|
| pass int to become a variable | 03 May 2006 09:10 GMT | 3 |
Could you please advice, can javascript accept this kind of code? function resone(cnt) {
|
| Arabic Text Problem --- Urgent --- | 03 May 2006 07:05 GMT | 4 |
I have a textbox 'remarks' in jsp which has some arabic text. while pressing the submit button the arabic text is storing in java string variable. String rem = request.getParameter("remarks").
|
| File IO | 03 May 2006 04:49 GMT | 1 |
I'm trying to read a japanese file, remove junk character in the begining and then write the contents of the file in new file using PrintWriter. But the new file created contains junk characters instead of the japanese characters.
|
| SourceDataLine returns wierd sound | 03 May 2006 02:12 GMT | 2 |
I read one wav file, and could play with Clip. But when I tried to use SourceDataLine, I got wierd sound back, basically the sound is very quick, 15 sec sound finishes in 1 sec or so. Also, another question, how to get the pure sound data? the byte array
|
| jsp default escaping not wanted | 03 May 2006 01:22 GMT | 1 |
I'm trying to output some JSP expression containing backslahes \ and cannot find how to turn off the default escaping which seems to take place. String test = "test\\testse";
|
| What AJAX Tag Library Are You Using? | 02 May 2006 23:45 GMT | 1 |
If you are using a taglib for Ajax-type functionality, what are you using? I'm looking at AjaxTags (http://ajaxtags.sourceforge.net), but am wondering if others are using something else.
|
| Help with Spring MVC XSLT view | 02 May 2006 23:40 GMT | 1 |
I work with a lot of XML, so I am trying to get Spring MVC to transform it for me. I have followed the examples in the reference manual, but I keep getting null pointer exceptions when the view is resolved. Could someone be so nice as to cut and paste some code
|
| Priti Gupta- priti@teamlease.com | 02 May 2006 23:32 GMT | 8 |
Hi! Everyone, I am new memeber in the group. I am looking for Java Teamleaders immediately for a company in Gurgaon. The maximum package what they can offer is 9-10L (P.A). Also who can join immediately.
|
| src.zip with source for URLClassPath.class? | 02 May 2006 21:52 GMT | 4 |
When debugging a project in eclipse I get the error that no source for the file URLClassPath is found. I already attached the src.zip of the j2sdk 1.4.2 folder to rt.jar but that didn't help (as there is no URLClassPath.java in this src.zip).
|
| ERROR [org.apache.commons.digester.Digester] - Begin event threw exception | 02 May 2006 21:52 GMT | 1 |
I got this error while starting tomcat. Do anyone know the solution for this ? Thanks in advance! 13:06:06,265 ERROR [org.apache.commons.digester.Digester] - Begin event
|
| how to download and save transparent png file | 02 May 2006 21:40 GMT | 1 |
I'm trying to download and to save a transparent png file. I succeed to download and save it, but in losing the transparent background! My source code is:
|
| Inheritance. | 02 May 2006 21:06 GMT | 13 |
public class MyList extends AbstractList<MyType> { ... public boolean add(MyType objMyType) throws Exception
|
| Profiling puzzle | 02 May 2006 19:56 GMT | 6 |
I was profiling my app using TPTP in Eclipse and I found one thing I don't understand. The following method takes almost the whole time of the execution and what concerns me is that the Base Time is 96% of the Cumulative Time.
|