On 10/06/2003 09:10:28 AM krishnamohan wrote: > Hi, > > In my jsp page I have 5 fields out of which 2 fields are required. When > the jsp is submitted I am displaying the error messages for the required > fields using Action Error in the form bean's validate method. When the jsp > page is displayed with the error messages, the data for the remaining 3 > fields is disappearing. Can anyone let me know why this is happening. In > the reset method all the fields are made to null.
Did you try *not* setting your fields to null in the reset method? Unless you are using reset() in a nontraditional manner, you shouldn't have to do this. HTH, Susan Bradeen > > Thanks, > Krishna > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

