Hey Torsten, 2009/3/16 Torsten Schulz <[email protected]>: > Hi, > > I'm using Witty 2.99.0 - and sometimes I become following error: > Wt internal error: TypeError: j55 is null, code: undefined, description: > undefined > > Maybe it is my application, but how I'm able to find out where it is?
This is almost certainly an error in Wt (unless you are using stateless slot learning or writing JavaScript handlers). The reason is that Wt assumed the existence of a particular dom element, but it doesn't exist in the web page. What you could do to help us solve the problem is use firebug's console to see in the JavaScript strack-trace which DOM element corresponds to the j55 variable (usually defined a few statements before the error) and figure out the widget that corresponds to this DOM element (e.g. you could use setObjectName() and setId() to related widgets to DOM elements). As soon as you get it reproduced in a test case, you may send it to me... Regards, koen ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
