Re: what should return unwritable Javascript RDF Datasources for composite-datasources ?

Axel Hecht <[email protected]> Fri, 13 May 2005 14:39:42 +0200
Newsgroups gmane.comp.mozilla.devel.rdf
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Neil wrote:
> vaab wrote:
> 
>> Components.returnCode = NS_RDF_ASSERTION_REJECTED;
>> return;
> 
> 
> This should work with the correct value of NS_RDF_ASSERTION_REJECTED 
> which I think might be 0x004f0003 as it's a "success" code rather than 
> an error code.
> 

Oops, missed that, you're right. No leading 8.

Axel