Menu

SvnCode Commit Log


Commit Date  
[r364] by keess

Numerous changes made, the most imoprtant are:
The beans state is now type safe.
Added a mode to all beans like new, update et cetera.
processParameters now passes a null value instead of an empty String.
PointBase stores empty Strings as empty Strings unlike Oracle that stored
them as null values.

2002-12-02 15:09:17 Tree
[r363] by keess

Moved the setters to the new init.inc file.
This solved a nasty bug. See changelog.

2002-12-02 15:00:30 Tree
[r362] by keess

Is now responsible for the id and name attributes.

2002-12-02 14:58:25 Tree
[r361] by keess

Now handles setting the focus to the first enabled input item.

2002-12-02 14:30:17 Tree
[r360] by keess

Changed comment.

2002-12-02 14:29:32 Tree
[r359] by keess

Removed obsolete import statement.

2002-12-02 14:28:47 Tree
[r358] by keess

Added a getElementDescription(final Locale locale) method.
Corrected a serious bug! Previously existing enumeration elements could
not be located.

2002-12-02 14:27:54 Tree
[r357] by keess

Changed most getters from returning objects instead of primitives in CResourceBunlde.
This test reflects those changes.

2002-12-02 14:25:23 Tree
[r356] by keess

Changed most getters from returning objects instead of primitive since
I found myself translating these primitives to objects anyway.

2002-12-02 14:24:33 Tree
[r355] by keess

the method public static int execute(..., ..., ...) contained an error, effectively
not allowing parameters. This was caused by calling:
statement.executeUpdate(sqlStatement) instead of:
statement.executeUpdate().

2002-12-02 14:21:46 Tree
Older >