: Re: Problem with re displaying optionsCollection
If you put the list in request scope, it disappears when the request is
finished. That's why you're probably getting the error: the second
request (failed validation) is trying to re-display the collection, but
it no longer exists.
If you put the list in request scope, it disappears when the request is
finished. That's why you're probably getting the error: the second
request (failed validation) is trying to re-display the collection, but
it no longer exists.
You should either (1) put the list in sesssion scope or (2) tu
2 matches
Mail list logo