| Thread | Last Post | Replies |
|
| Practical JSP Tag Files | 07 Aug 2007 13:58 GMT | 1 |
For a work project, I have written a simple JSP 2.0 tag file using the JSTL to convert code like <hh:label for="name" label="Name"
|
| How to implement this? | 07 Aug 2007 06:23 GMT | 4 |
I want all the classes write the runtime information into one common file, let's say, log. So I define a BufferedWriter log in one of the classes and make it public static, as follows,
|
| Short-cut to a file | 07 Aug 2007 03:28 GMT | 4 |
I want to get the actual path of target file from a short-cut to that file, using Java. Can anyone help me to get this? Thanks, MVB
|
| Validate Form values using Java | 07 Aug 2007 02:09 GMT | 2 |
I want to create a JSP Form page (first.jsp) on Tomcat 4.1.27 with a form that has about 20 input entries where the form will validate all 20 fields and show validation errors on the same page as the original form page (first.jsp). For example, if someone has a blank entry on
|
| regular expressions | 07 Aug 2007 01:29 GMT | 9 |
This is was part of a homework problem (I know how everyone loves those :-) ) but now the homework is turned in, and I am left with a nagging question. I was trying to find a good resource for regular expressions on the
|
| TextArea resistant to change... | 07 Aug 2007 00:03 GMT | 27 |
Hey guys!! I'm trying to figure out what I've done wrong here. So I have the piece of code at the end of this post and I'm trying to reset the text everytime a button is clicked, but nothing happens. I am using
|
| Disabling the Sandbox | 06 Aug 2007 23:43 GMT | 14 |
I'm trying to develop a java applet that operates outside the sandbox. I know I need to sign the applet for distribution, but for development purposes I'd like to be able to simply disable the sandbox, give my
|
| Java patch implementation | 06 Aug 2007 21:56 GMT | 1 |
I am looking for a java implementation of patch algorithm. My web search gave me nothing but lot of implementations of diff algorithms. Thx in advance for helping insitu.
|
| RangeCheck Method in java.util.ArrayList | 06 Aug 2007 21:49 GMT | 1 |
I recently went through the source code for the ArrayList.java in java.util(Java 6). I noticed a private method with the signature "private void RangeCheck(int index)". Why does the name RangeCheck ignore suggested naming convention ? And
|
| Storing images for a web application. | 06 Aug 2007 20:24 GMT | 3 |
*** I apologize if this is a duplicate thread since I am having problems with my ISP*** Hello to all Java programmers out there. I am currently writing a web application which allows the user to
|
| servlet jdbc | 06 Aug 2007 19:53 GMT | 2 |
I have a web app that is composed by a lot of pages, page1, page2, page3. Everypage is a servlet. The servlet will eventually redirect to a jsp. I am using jndi datasource, thats the first time. I managed
|
| Anybody see why this is not working! | 06 Aug 2007 15:53 GMT | 2 |
Hi, I cliped this and mofified it to be used in a mouse_over to change the background of text. This is supposed to pre-load the image on mouse over but it don't! <script language="Javascript">
|
| Downcasting third layer class | 06 Aug 2007 15:06 GMT | 3 |
I am preparing for the SCJP exam and I have run across this snipet of code that is confusing me. 1. class Alpha { void m1() {} } 2. class Beta extends Alpha { void m2() { } }
|
| Need some topic for Mini project in Java | 06 Aug 2007 13:10 GMT | 6 |
I am doing master in computer science need to do a mini project. The time duration is 2months. Could any one suggest me some topics for the mini projects implemented in JAVA?
|
| HyperlinkListener in JTree | 06 Aug 2007 11:04 GMT | 3 |
I have a Problem with a JTree. I want display the Text in the Nodes with HTML. - RootNode - Node1 text bla bla <Link1> normal text <Link2>
|