Re: How to validate multiple fields with the same name

2013-03-25 Thread Muralidhar Yaragalla
Hi thanks for this. It is really helpful. On Tue, Mar 26, 2013 at 12:13 AM, Lukasz Lenart wrote: > 2013/3/25 Muralidhar Yaragalla : > > Hi Thanks for this.But i am aware of this info I mean the normal > validation > > methods. I repeat and the important point is that all the 4 fields i have > >

Re: How to validate multiple fields with the same name

2013-03-25 Thread Lukasz Lenart
2013/3/25 Muralidhar Yaragalla : > Hi Thanks for this.But i am aware of this info I mean the normal validation > methods. I repeat and the important point is that all the 4 fields i have > contains the same name so how do i do that in an xml. I know that it can be > done inside valiadtion() method.

Re: How to validate multiple fields with the same name

2013-03-25 Thread Muralidhar Yaragalla
Hi Thanks for this.But i am aware of this info I mean the normal validation methods. I repeat and the important point is that all the 4 fields i have contains the same name so how do i do that in an xml. I know that it can be done inside valiadtion() method. I thought so much but it looks impossibl

Re: How to validate multiple fields with the same name

2013-03-25 Thread Pranava Swaroop
Murali , Apologies its not exactly interceptors, Two ways we can validate the input fields , one is using the configuration set for each of the fields and the other is programatic way. For example say we need to create a validation xml for user login, we create User-validation.xml (Format is Actio

Re: How to validate multiple fields with the same name

2013-03-24 Thread Muralidhar Yaragalla
Hi can you explain in brief how to do with interceptor(built in)? On Mon, Mar 25, 2013 at 2:13 AM, Pranava Swaroop wrote: > It could be done with buit in interceptors using configuration files or > using the programming > > On Monday, 25 March 2013, Muralidhar Yaragalla wrote: > > > Hi In my for

Re: How to validate multiple fields with the same name

2013-03-24 Thread Pranava Swaroop
It could be done with buit in interceptors using configuration files or using the programming On Monday, 25 March 2013, Muralidhar Yaragalla wrote: > Hi In my form i have 4 textfields with the same name so how do i validate > this using validation frame work. The validation for this 4 fields is,

How to validate multiple fields with the same name

2013-03-24 Thread Muralidhar Yaragalla
Hi In my form i have 4 textfields with the same name so how do i validate this using validation frame work. The validation for this 4 fields is, out of 4 fields 2 fields are mandatory and no field should contain special characters. So can this be done using validation frame work or do i have to do