On 7/10/04 1:00 am, "Gabriel França Campolina" <[EMAIL PROTECTED]> wrote:

> Hi Folks,
> I have the problem when i submit a field text that was mapping to
> java.sql.date in format dd/MM/yyyy, I received null value, what´s my
> problem?? only this value I don't received the other fields(String) i
> receved correct.

  You should always use java.lang.String (or String[]) on your form-bean
properties.
  The validation part should be implemented on the form validate() method or
on the validator or on the struts action itself (-).


Pedro


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

Reply via email to