Conflict between readonly and type properties

Hello !

With Formsplayer plugin for IE 6.

When using this bind, the control is not read only :
    <xforms:bind nodeset="DME-REP" type="xsd:boolean" readonly="true()"/>
while using this one, it works :
    <xforms:bind nodeset="DME-REP" readonly="true()"/>

Is there any conflict between type and readonly properties ?? Is there a
mistake somewhere ??

Thans for your help.

Best regards

Claude Jabot

Received on Wednesday, 26 May 2004 07:43:09 UTC