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