RE: validating an obj attributes using validator

2006-04-11 Thread fea jabi
ok got it, by just using the attribute as the form-property. From: "fea jabi" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: validating an obj attributes using validator Date: Tue, 11 Apr 2006 16:27:47 -0400 have a

validating an obj attributes using validator

2006-04-11 Thread fea jabi
have a table in the jsp. In it in couple of columns the user can enter values. would like to validate the data entered by the user. Created an obj which represents each row in the table. so, the table contents are list of these objects which are got from the request. I am not sure how to vali