Re: Edit broadcasting
Neil <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Denis Laprise wrote: > Both textboxes show the same data. However, if I edit the value in > one, it won't propagate to two. First you must realise that the textbox has an initial value given by the attribute, and a current value, and once you change the current value changes to the initial value will have no effect. For an instant update you would need XPConnect privileges to create a writable data source (probably an in-memory data source). If you then add your data source to the template's database then any assertions you make in your data source should then be reflected in the template. -- Warning: May contain traces of nuts.