In porting calendar to legals, I am running into «TypeError#11| TypeError: this.p has no properties» (Nope, I don't have a simple test case yet, and my version of calendar, which demonstrates this problem, isn't checked in yet.)
This is the same problem this thread is talking about, right? As Adam explained it to me, Flash doesn't mind saying foo.bar.something when foo.bar is null, but DHTML does not permit that. Adam suggested I dig in, write unit tests and track down all instances of not checking for null in LzDatapointer. I'm up for it! Has anyone else started on this? On Sep 19, 2006, at 6:08 AM, P T Withington wrote: > There seem to already be plenty of places in LzDatapointer where p > can be null, so I think really the code just has to be gone over and > bullet-proofed. _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
