Re: seedTable error in web mode?
Jens: thanks for the pointers.
-- I did some more debugging, and it's hard..
Like you said, the seed table seem to be some kind of mapping between an id and class info (see the watch expression in the screenshot). The class info is present as a function.
What happens: a JS method is called with 2 id's: seed and superSeed id. It first retrieves the seed class info through the seed id, followed by the superSeed class info through the superSeed id, see screenshot. In this build the superSeed id is 1352, which doesn't exists as seen in the watch expressions, such that an exception occurs.
I searched for the superSeed id in the JS files, and do find them in the method calls in most deferred js snippets, but can't find a call that actually adds the class info for this superSeed id which is probably the problem.
I noticed calls that add class info with an id to the seed table, but still not able to find out what class info is associated with this superSeed id :(...
BTW: I use 2 different gwt config files to generate 2 app's with some different settings/content. One works, and the other results in the above exception :(...
Dammmm
Any advice?
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home