| Thread | Last Post | Replies |
|
| JSTL - Variable not retrieving value | 01 May 2007 21:39 GMT | 3 |
I have declared a variable rowcolor. If i use c:out that works. So following two line of code is worknig. <c:set var="rowColor" value="even" scope="page"/> <tr class="<c:out value='${rowColor}'/>">
|
| Menus | 01 May 2007 19:33 GMT | 1 |
Me again. I am working on menus right now. Menus in Java seems rather nice and simple, but there is one thing I do not figure out : in my action listener, how can I detect which menu option has been chosen? Under Windows, it is simple as you have a menu identifier and you can ...
|
| Watching for File Existence | 01 May 2007 18:36 GMT | 4 |
I'm writing a java application (a servlet to be exact) that needs to create a PDF. The problem I'm having is that I need to wait until the PDF creator finishes its job and then pick up the new PDF and send it off. So I want to wait without using up too much CPU, but at the same
|
| Mobile phones, J2ME and Java Enabled Phone | 01 May 2007 17:49 GMT | 3 |
Regarding Mobile Phone and j2me or Java enabled phone I have two query. 1)I need help on finding a mobile phone that support j2me. 2)How can I download a J2ME application to a mobile phone that support
|
| Regular Expression reserved letters | 01 May 2007 15:22 GMT | 4 |
I have the following problem. I have to test if a text matches with another text. For this i use the matches-Method of the String class in the way: String a = "Hello world";
|
| Creating Forms in JSP | 01 May 2007 12:41 GMT | 1 |
I want to create a sample aplication in JSP , which consits of a basic form , and when the user gives in data in the form , the data should be stored in the database, and then should be retrived back when required. Can any one please help out in this as im a total
|
| web services without upseting current set up | 01 May 2007 10:43 GMT | 4 |
Hi people: I was wondering what are your views, on which is the eaisest way to develop web services that either doesnt upset your current set up (ie no changes to server, config files, etc) or that changes it very
|
| Dose java have the concept of scalar context as perl? | 01 May 2007 09:21 GMT | 1 |
I'm new to java.I'm now confused by the output of the following two examples: The first example: import java.util.*;
|
| Eclipse ant file not compiling | 01 May 2007 09:17 GMT | 3 |
I m tryign to build a project I have on eclipse with ant but its nto happening, I was making some changes to apache and then this is not working I get an error
|
| Online Mafia Kills 13 drive by shootings | 01 May 2007 06:36 GMT | 4 |
http://duhmafia.blogspot.com/ - Does the online Mafia Exist?
|
| Exec | 01 May 2007 01:39 GMT | 4 |
First of all, I must thank you : I have asked 5 questions in this forum, and each time I had a good answer that really helped me. So thank you! My new question : I want to launch an external program from my application (currently under
|
| Servlets - Invoke Remote Servlet | 01 May 2007 01:36 GMT | 1 |
I'm writing two servlets, and I would like one to call the other. Each one will reside on seperate machines. Let's call them servlet1 and servlet2. servlet1 needs to pass a file to servlet2. So I'd like to call up servlet2's doPost method and pass
|