Re: How work to DynaValidatorForm and java.sql.Date

2004-10-08 Thread Gabriel França Campolina
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

Re: How work to DynaValidatorForm and java.sql.Date

2004-10-08 Thread Daniel H. F. e Silva
Hi Gabriel, As many of struts people here i think that the less error prone approach is using only String properties in your custom ActionForm classes. So, it will be quite easy to handle invalid data and whatelse you need to. After validating your form (calling your validate() method from

Re: How work to DynaValidatorForm and java.sql.Date

2004-10-07 Thread Pedro Salgado
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/, I received null value, what´s my problem?? only this value I don't received the other fields(String) i receved

How work to DynaValidatorForm and java.sql.Date

2004-10-06 Thread Gabriel França Campolina
Hi Folks, I have the problem when i submit a field text that was mapping to java.sql.date in format dd/MM/, I received null value, what´s my problem?? only this value I don't received the other fields(String) i receved correct. Sorry my english I'm brasiliam Thanks, -- Gabriel França