Re: Struts2 Collection validation

2010-05-25 Thread harpreet
t; reg expresion), just want to know how I can refer all these fields from > the MyActionClass-validation.xml. > > Hope I've explained better than in the first post. > > Please, help me. > > Thanks in advance. > > > - Mensaje original > De: J

Re: Struts2 Collection validation

2008-10-30 Thread fgsantoyo
o manage these values, but > now I'd like to know how to validate these values using struts2 > validation. I don't know what to put in *-validation.xml in order to > validate these values. Should I use custom validation? > > Thanks in advance. > > > > >

RE: Struts2 Collection validation

2008-10-20 Thread Néstor Boscán
9:59 AM Para: user@struts.apache.org Asunto: Re: Struts2 Collection validation I hope there exists a simpler solution, but here is my workaround: use an expression validator. This idea was taken from http://www.opensymphony.com/webwork/wikidocs/collection%20validator.html webwork wiki: collect

Re: Struts2 Collection validation

2008-10-20 Thread gaelle
> > > > > > > > > > Where person is a List in the action class. Now, what I would like to know > is how could I achieve this fields to be validated. For example, I would > like that if the name is filled the last name shoul

RE: Struts2 Collection validation

2008-10-16 Thread Martin Gainty
is transmission. > Date: Thu, 16 Oct 2008 10:19:05 -0300 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: Re: Struts2 Collection validation > > You may want to look at type conversion [1] and VisitorValidator [2] > to validate those form fields. > > Also, pl

Re: Struts2 Collection validation

2008-10-16 Thread Gabriel Belingueres
in the first post. > > Please, help me. > > Thanks in advance. > > > - Mensaje original > De: Julio Alberto Jalón <[EMAIL PROTECTED]> > Para: user@struts.apache.org > Enviado: miércoles, 15 de octubre, 2008 12:32:05 > Asunto: Struts2 Collection valid

Re: Struts2 Collection validation

2008-10-16 Thread Julio Alberto Jalón
de octubre, 2008 12:32:05 Asunto: Struts2 Collection validation I'm learning struts2 through the struts2-showcase application example. From the "Person Manager" functionality I've learned how to send multiples values from client to server using collections to manage these val

Struts2 Collection validation

2008-10-15 Thread Julio Alberto Jalón
I'm learning struts2 through the struts2-showcase application example. From the "Person Manager" functionality I've learned how to send multiples values from client to server using collections to manage these values, but now I'd like to know how to validate these values using struts2 validation