Posted By:
Ryan_Wong
Posted On:
Saturday, March 12, 2005 07:03 AM
I am building a Formbean with several nonstring fields (e.g. Double, Date ..).
In order to do server side validation on those fields, I have created several associating string fields to capture the value from HTML and then perform validation on those string fields to ensure the correctness of their types before I move them to the exact fields. I'm wondering if it is the right way to do it or is there any alternatives ?
Thanks in advance :)