Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Struts Validation for non formdata

Status
Not open for further replies.

jollyplay

Programmer
Dec 16, 2003
90
Hello

I have some idea about validation framework.

The project need is, I have to

1)fetch records from some tables
2)Validate the records against row(like date validat, required)
3)If record is correct insert, into one table
else insert into another table.

I have used struts validation for validate form fields using DynaValidatorForm.

In my scenario(2nd part), no form is there. I have to do some validation against some strings, it may be in
the text or xml file.

Please guide me, these validation is possible using struts framework?


Thank you,
balachandar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top