Correction of a small FormField bug

When trying to configure the list-single options, I was using the label property because the value property (the one to use) was always returning NULL.

I corrected FormField.as:

line 240:[/u]

CHANGE /b

value: myOptionNodes[ i ].firstChild.nodeValue[/i]

INTO[/b]

value: myOptionNodes[ i ].firstChild.firstChild[/i]

now the value property contains the correct value (the one to emit to configure a room for example)

Please validate before applying changes

XIFF and XIFFIAN rules

Thanks for this.