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

Problem with re displaying optionsCollection

2006-12-03 Thread Prakash Inuganti -X \(pinugant - Digital-X, Inc. at Cisco\)
Hi, I am having an issue with select list and not able to figure out a resolution. Any help is greatly appreciated. Here is the scenario. I have 2 action classes. One (Approve.do) for displaying the form with prepopulated values from database. A second Action(SaveApprove.do) to take the form valu