Laurie Harper wrote:
Sandra Reichert wrote:
Hi,
I have an input form in jsp. After submitting empty fields (user entered
nothing in input field) are set by default with specific values
depending on their data typ.
So an empty Integer field is set to 0, an String field to "" an so on.
But i wan
Sandra Reichert wrote:
Hi,
I have an input form in jsp. After submitting empty fields (user entered
nothing in input field) are set by default with specific values
depending on their data typ.
So an empty Integer field is set to 0, an String field to "" an so on.
But i want to have a null value
;) ;
If so then you got to change it to
String s = null;
Then you would get it as null.
Hope this helps you.
Anil.
-Original Message-
From: Sandra Reichert [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 13, 2006 1:10 PM
To: Struts Users Mailing List
Subject: empty fields of an in
Hi,
I have an input form in jsp. After submitting empty fields (user entered
nothing in input field) are set by default with specific values
depending on their data typ.
So an empty Integer field is set to 0, an String field to "" an so on.
But i want to have a null value for empty fields.
Or in
4 matches
Mail list logo