It is recommended that you use only String type for your form-bean properties.  You 
can then translate them into your business objects.  

For one thing, using the actual data type of the field -- such as int -- would make 
difficult the process of validation and reproduction of erroneous user entry back to 
the user.

Sri
-----Original Message-----
From: Victor Batista [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, February 20, 2003 10:03 PM
To: [EMAIL PROTECTED]
Subject: ActionForm fields blank


Hello,
        When I display forms, how can I leave blank, fields which correspond to int, 
long,...types?
        The form always show the initialization value for the variable, but how can I 
avoid this and force the form fields to be empty?
        Thanks in advance,
                Victor Batista


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to