RE: Problem with re displaying optionsCollection

2006-12-06 Thread Prakash Inuganti -X \(pinugant - Digital-X, Inc. at Cisco\)
: 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.

Re: Problem with re displaying optionsCollection

2006-12-03 Thread Paul Benedict
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