It's interesting: for the DHTML runtime, the expression Debug.info(value is lz.MyTpe)
is compiled without any problems and evaluated (returns true, which is correct). For the SWF10 runtime, I get the following error: org.openlaszlo.sc.CompilerError: ../../app/lzx/test/playground/styledview/types-css.lzx: 36: Error: Access of undefined property $lzc$class_MyType, in line: Debug.info(value_$0 is $lzc$class_MyType); When I set the class name to $lzc$class_MyType instead of just MyType, everything works as expected. Thanks again! Raju
