Hi, I have one jsp page with 2 text fields, I am using DynaValidatorForm, I have an action form where in i call an program to update the database with these vaues. and reloads the same jsp Now the problem is 1> I have defined the 2 text fields as following <html:text property="input1" size="15" maxlength="8" /> <html:text property="input2" size="15" maxlength="8" /> When there is some error, i get the error message and also the retain the values entered by the user in these fields. But the values are also retained even if those are updated in data base?? so how can i avoid reloading of these values when there is no error
===== A$HI$H __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

