Hi Pedro,

I'd like know how i work to java.sql.Date, in my form bean I'm know
work to fields String , but in Specification of DynaValidator show
that DynaValidator support java.sql.date, but I have the problem show
in e-mail number one, Somebody help me????

Thanks,



On Thu, 07 Oct 2004 21:18:46 +0100, Pedro Salgado <[EMAIL PROTECTED]> wrote:
> 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]
> 
> 


-- 
Gabriel França Campolina
Tel: 9202-8320

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

Reply via email to