> I would actually consider an exception thrown because of attribute ordering > to be a bug prior to getRoot or readObject in the serializer.
It's not a bug. It is by design. BXML is processed like a script, and order of execution is relevant. If you need different behavior, then BXML may not be the right tool for your use case. > This does seem to motivate a good init protocol across the tree prior to > returning from getRoot and readObject. We have a good init protocol. The Bindable interface is used for this.
