RE: Commons Validator

2003-03-02 Thread James Turner
What's the fix?

James




This mailbox protected from junk email by Matador
from MailFrontier, Inc. http://info.mailfrontier.com


 -Original Message-
 From: David Graham [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, March 01, 2003 9:27 PM
 To: [EMAIL PROTECTED]
 Subject: Commons Validator
 
 
 Would it bother any of you validator folks if I added myself 
 to the status 
 file of commons validator and committed a fix?  I thought it 
 would be polite 
 to ask first :-).
 
 Dave
 
 
 
 
 
 _
 MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
 http://join.msn.com/?page=features/virus
 
 
 -
 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]



RE: Commons Validator

2003-03-02 Thread David Graham
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17470



From: James Turner [EMAIL PROTECTED]
Reply-To: Struts Developers List [EMAIL PROTECTED]
To: 'Struts Developers List' [EMAIL PROTECTED]
Subject: RE: Commons Validator
Date: Sun, 2 Mar 2003 18:52:38 -0500
What's the fix?

James




This mailbox protected from junk email by Matador
from MailFrontier, Inc. http://info.mailfrontier.com
 -Original Message-
 From: David Graham [mailto:[EMAIL PROTECTED]
 Sent: Saturday, March 01, 2003 9:27 PM
 To: [EMAIL PROTECTED]
 Subject: Commons Validator


 Would it bother any of you validator folks if I added myself
 to the status
 file of commons validator and committed a fix?  I thought it
 would be polite
 to ask first :-).

 Dave





 _
 MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
 http://join.msn.com/?page=features/virus


 -
 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]


_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


RE: Commons Validator

2003-03-02 Thread James Turner
I don't have any problem with you fixing it, but I don't have the
mojo/knowledge to rebuild the 1.0.1 release files and put them in the
Apache hierarchy, Mr. Cooper, Esq. has been handling it.

 -Original Message-
 From: David Graham [mailto:[EMAIL PROTECTED] 
 Sent: Sunday, March 02, 2003 7:18 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Commons Validator
 
 
 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17470
 
 
 



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



RE: Commons Validator

2003-03-02 Thread Martin Cooper


On Sun, 2 Mar 2003, James Turner wrote:

 I don't have any problem with you fixing it, but I don't have the
 mojo/knowledge to rebuild the 1.0.1 release files and put them in the
 Apache hierarchy, Mr. Cooper, Esq. has been handling it.

First off, I just reassigned the bug to Commons Validator, since it's not
Struts-specific. I also added my own perspective on a possible fix.

I don't think we're at the point of worrying about getting the fix into a
distribution yet. It will go into a nightly build as soon as it's done,
but there are a number of other open issues against Validator that will
need to be addressed before we release a 1.0.2. There are 10 open bug
reports (including #17470), only 3 of which are enhancement requests.

--
Martin Cooper



  -Original Message-
  From: David Graham [mailto:[EMAIL PROTECTED]
  Sent: Sunday, March 02, 2003 7:18 PM
  To: [EMAIL PROTECTED]
  Subject: RE: Commons Validator
 
 
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17470
 
 
 



 -
 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]



Re: Commons Validator Configuration

2002-06-21 Thread Tomasz Kuczerski


 Hello,
 
 I have a problem, width using Validator's on Dynamic Form.

 Can You give me small example, how to work widt Validator's and Dyna(class)?

 Tomas
 [EMAIL PROTECTED]


Re: Commons Validator Configuration

2002-06-12 Thread David Winterfeldt

The latest nightly builds let you get a Map of any
objects (except booleans) returned from a validation
method.  The latest configuration of the Validator xml
rules (conf/share/validator-rules.xml) calls some
methods that return the correctly typed object
(primitives, date, and credit card).  So once the
validation has been run, you can retrieve these values
by calling these methods.  The key is the full
nested/indexed property (addresss.person[1]) and the
value would a java.util.Date for example.

ValidatorForm.getValidatorResults().getResultValueMap()

David

--- Andres Angelani [EMAIL PROTECTED] wrote:
 Hello,
 
 Abstract:
 
 I want to access commons validator configuration to
 detect date formats and
 data type especification. Is there any way to get
 this? I've found the
 objets that represent the node but  don't seem to
 realize how to retrieve
 active configuration for a given session (consider
 the fact of
 localization).
 fieldproperty=date
  depends=required,date
arg0
 key=typeForm.date.displayname/
  var
   
 var-namedatePatternStrict/var-name
   
 var-valueMM/dd//var-value
  /var  
 /field
 
 Detail:
 I'm building an enterprise framework, using struts,
 tiles and commons
 validator for the  web tier. Command pattern + value
 objects seem like a
 good idea to encapsulate business logic calls and
 reduce calls to
 distributed objects suchs as EJBs. I'm looking for a
 way automate the
 process a little further. I want to be able to
 convert data types
 automatically from struts forms to value objects,
 which for the most part
 I'm able to do so far; the problem is that this
 framework supports
 multi-language and of course, dates are input in
 different ways according to
 the user's language selection.
 
 
 By the way, Struts rocks!
 
 Thanx in advance,
 Andrés
 
 Lic. Andrés Angelani
 Sr Internet Developer
 
 Sistemas Estratégicos
 San Martín 575, piso 4
 Argentina
 tel. 4322-4040 int.135
 fax. 4393-8270
 e-mail. [EMAIL PROTECTED]
 web. www.se.com.ar
 web. www.telesoft-crm.com
 
 
 
 
 
 


 Telesoft, aplicación de CRM (Customer Relationship
 Management), provee una
 plataforma común para la interacción con el cliente,
 a través de sus
 aplicaciones para las areas de Ventas, Marketing,
 Customer Care y Cobranzas.
 Para más información por favor visite nuestro
 website...
 http://www.telesoft-crm.com


 Este mensaje y sus adjuntos son confidenciales para
 el usuario común de la
 dirección de correo electrónico a quien está
 dirigido, como también puede
 tratarse de información privilegiada. En caso que
 Ud. no fuese el
 destinatario, no podrá copiar, enviar, revelar el
 contenido o utilizar
 alguna parte de este mensaje o de sus adjuntos.
 Si hubiese recibido este mensaje por error, por
 favor informe tal situación
 al emisor, devolviéndole el correo electrónico y
 borrándolo de su sistema.
 No se garantiza la seguridad o la exactitud de las
 comunicaciones por
 Internet debido a que la información puede ser
 interceptada, modificada,
 perdida, llegar tarde o contener virus. El emisor,
 por lo tanto, no acepta
 responsabilidad por errores u omisiones en el texto
 de este mensaje que
 surjan a partir de una transmisión por Internet.
 Las opiniones vertidas en este mensaje  son las del
 autor y no las
 impartidas o compartidas por la compañía, a través
 de la cuál se envía el
 presente mensaje, a menos que se indique lo
 contrario claramente en el
 mismo, y que se verifique la autoridad del autor
 para comprometer a nuestra
 empresa.


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


__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

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