You could make the collection persistent -- session scope?

Zmaj wrote:
I have a form (ValidatorActionForm ) which is has a select and a input field
and my problem is when is validate the input field with the validator framework to see if the input
string matches a certain pattern.
When the pattern is wrong and the validator forwards back to the input jsp
the collection is of corse lost and
the jsp can not be rendered. Is there a way to refill the collection thats
needed for the select box
after the validation is over ? If so how can i achive this. I mean without
writing my own validation class but use the given "mask" validator.
greetz
Zmaj

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to