In a 7.0/8.5.x application notes, I used aliases in the radio buttons.
I test the migration of the base 9.0 and I have an abnormal behavior for radio buttons with aliases.
I have a field (radio button for example) with 2 values used as is “yes | 1” and “No | 0” and by default, I use the label “Yes” by default
On the 7.0/8.5.x server, the Yes radio button is checked
But nothing on the 9.0 or 9.0.1 server is checked with all browsers
I tested without the alias it works but when I add the alias my default selection is empty.
If i used the alias value it works
I think this is a regression version 9.0/9.0.1 if I accesses the pure HTML web form without using XPages?
I’d rather avoid changing all my forms for migration.
Someone has already encountered the problem?