Re: Local / lazy referencing
Brian Alliet <[email protected]> Wed, 8 Oct 2003 21:19:38 -0400
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday, October 8, 2003, at 07:49 PM, Adam Megacz wrote: > The problem with this is that some other box can set > > yourbox.org = blah; Thats why the resource root needs to be checked before the box. The box is the last resort if the per invocation scope and the resource root fail to return a value. If for some reason you really need to access an org property on the box thisbox.org will still get you that. -Brian