anyone? On Fri, Dec 2, 2011 at 6:40 PM, Dimitris Zenios <dimitris.zen...@gmail.com>wrote:
> Hello guys > > I have two selects inside a form. > > Lets assume that both selects have same list of values such as > > 1."HELLO" > 2."BYE" > > First select has a zone so that when i select HELLO from the first it will > exclude it from the second and only BYE will be available in the second > select.Everything is working good until here.The problem is if i submit the > form and have a validation error there is no way on the next page render to > have the value of the first selected in order to remove it from the second > select. > > So both selects render with the same lists. > > Any ideas how this can be solved? > > >