: 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
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
3 matches
Mail list logo