Web dialogbox problem

Hello.

I coded a field named “MeetingInviteesWeb” as dialogbox.

When it shows up in web, this field shows all values but "see"s some values and some not. (Selecting some values passes the validation, some not) I find that if there is a non ascii character in the value then the field is okay, validation pass. But if the value is all ascii, the field does not pass the validation.

Look at the code that domino creates:

The values1,4 and 5 have non-ascii chars, and they have no problem.

But the values 2 and 3 have only ascii chars, and if selected, the field does not pass the validation. (You noticed that there is no ‘value=’ for these values)

So, how can i solve this? (checking or unchecking the unicode box does’nt solve the problem)(Yes i run compact)

Is this a localization bug (again) in Domino?