One more thing I forgot to mention : the exception trace mentioned in
previous post is javascriptexception but what I get from this
UncaughtExceptionHandler:
try{
}
catch(UmbrellaException e){
...
}
is java.lang.IndexOutOfBoundsException : index 47 size 21 ( *IN
COMPILED MODE OVER FIREBUG CONSOLE)
if I comment // log Console.log((axis == null)+" ');
and the point the where exception is being thrown I am not doing any
kind of array or collection operations not even using em. It is just a
check for boolean value (axis == null)+" "
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.