Problems with SearchBar

Hi,

I encountered a problem in our CAF application:

  • I have a SearchBar component with Advanced, Saved and Options views available. The Advanced and Saved view have the same fields. The problem occurs with a field of type ExtendedSelectMenuListBox. The problem occurs only when I have only two saved filters. I will describe the problematic flow in what follows:

  • select the second filter

  • change the value of the given field

  • press Update, in order to update the filter

  • switch to the advanced tab (The value of the field is the same as in Saved tab)

  • switch back to the Saved tab

After this flow the value of the field in the first saved filter is the also changed.

Any ideas why is this happening?

Thanks in advance

Problem solved - there was a problem at code level.

Thanks