I have faced this problem too. I tried to get back the previous form from the session and combine all the field that you need. This logic will happen when validator is finding an error and it do dynamically. So That is suitable for all the cases in the App.
The logic I'm using is simple. It is just cover all the null fields from previous form which is saved in session. Cliff --- In [EMAIL PROTECTED], Daniel Kies <[EMAIL PROTECTED]> wrote: > Greetings. I am using the Validation Framework and I am having > problems when the validator is finding an error. When the post- back > kicks back to the input page, it is not finding the data that was > previously found in the request. In order for the data to be > available when kicked back to the calling jsp, I have to put the data > in the session instead of the request in the initial action. > > My question is this: > What do I have to do to keep the data available in the request when > the validator is called and errors are raised? I don't want to have > to put everything in the session just for validation purposes. > > Thanks in advance. > > ------------------------------------------------------------------- -- > 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]