| Thread | Last Post | Replies |
|
| SHA-1 digest differences | 06 Oct 2005 05:54 GMT | 1 |
The SHA-1 digest for each member of a signed jar appears in two places: MANIFEST.MF and *.SF
|
| sos penis trop long. | 06 Oct 2005 03:40 GMT | 3 |
I had in the past the most ridiculous erection in the world,4in.I'm not poor and then,I used all the supposed "miraculous products" to rectify.Vainly.Until one of my friends,who experimented it himself,advise me to use an african grass,in the way of tea.As long as
|
| Invoking a final close() method | 06 Oct 2005 02:51 GMT | 4 |
How do you invoke a final close method on an application when the x is pressed in the shell or when ctrl-c is pressed (ie. instead of just abrupty shutting the JVM down). The reason for this is I want to clean up application resources.
|
| Sort Date Field String | 06 Oct 2005 01:11 GMT | 3 |
I am already using TreeMap to massage records in my export file such that each record has a unique key combination ( LastName + FirstName + Member Key) . Thus I am sorting the records by the unique key. I also have a Date String Field in my record ( ie "30-Apr-2005" ). I want to ...
|
| nesting HTML in h:dataTable JSF | 06 Oct 2005 00:58 GMT | 2 |
I have been trying to use HTML table inside a h:dataTable (JSF component) and without any luck. anyone could give some hints on nesting standard HTML with JSF component ? OR
|
| how can count recursion function calls in java | 05 Oct 2005 21:37 GMT | 4 |
I have a little question: I have recursion function in my program (java program) , How can I count the recursion calls that this function has made. thanks in advance,
|
| Scroll JList to bottom automatic . | 05 Oct 2005 21:26 GMT | 1 |
How to automatic scroll a JList to bottom of the list, i.e when inserting new elements. My list have i created like this: JList jlist = new JList(objectArray); JScrollPane scroll = new JList(jlist);
|
| dealing with extra carriage returns | 05 Oct 2005 20:08 GMT | 1 |
I use BufferedReader.readLine to process customer's text files. Occasionally, I get files that terminate each line with CR+CR+LF (two carriage returns and a linefeed). Every text editor I use treats this a valid line terminater and displays it as a single line, but the
|
| JSF, automatic execution of backing bean action | 05 Oct 2005 19:58 GMT | 5 |
I am new to JSF and can not quite figure out how to solve the following problem. I would like to be able to call JSF like a servlet, by having the request parameters mapped to a managed bean in request scope. Then have
|
| Validator - check for invalid characters? | 05 Oct 2005 18:52 GMT | 2 |
I have a struts application. Several of field are freeform, allowing the user to type whatever they want. I want to make sure that certain characters aren't used in those fields. Invalid characters are so basic, I'd have figured there would be a built-in way to filter them in
|
| Runtime Error in Eclipse | 05 Oct 2005 18:35 GMT | 15 |
I am running Eclipse 3.1.1. I created a project, called PizzaShop. Inside pizza shop, I have src\ lib\ and build\classes\ folders. Inside src\, I have a pizza folder for the pizza package. That too is mirrored in build\classes\pizza.
|
| J2SSh | 05 Oct 2005 18:22 GMT | 2 |
I have a big problem with this package (free source?) I don't know how to get the packages from apache org.apache.commons.logging.LogFactory; and
|
| Logic:Iterate Taglib question | 05 Oct 2005 17:24 GMT | 2 |
Okay, I'm missing something here... I've looked at a lot of examples online, but haven't been able to find out what I'm doing wrong here. I'm trying to take a Vector of HashMap objects and use logic:iterate to print them to a web page. This is what I have...
|
| Creating class gives "cannot find symbol" error | 05 Oct 2005 17:14 GMT | 5 |
Help! I'm trying to do a simple program, where the user is prompted to input the number of dimensions to specify for a box; then, 1 of 3 classes of box() are implemented: 0 dimensions // then box box1 = new box();
|
| Problem with double submit with jboss | 05 Oct 2005 17:09 GMT | 1 |
We are running jboss 3.2.3 with embedded tomcat 4.1. During long running transactions (about 10 minutes), we see a TCP RSET generated from the server about 7 minutes in. This seems to be causing the client browser to resubmit its request.
|