I have added <inherits name="com.google.gwt.json.JSON" />  in
multisearch.gwt.xml file and that problem solved
but now I am getting these errors

      [ERROR] Line 22: Expected a valid parameter type signature in
JSNI method reference
      >
[email protected]::onRequestComplete(
      >
---------------------------------------------------------------------------
^

this is the code i have written

private native static void createCallbackFunction(
JSONRequestHandler obj, String callbackName )/*-{
tmpcallback = function( j ){
[email protected]::onRequestComplete(
Ljava/lang/String;)( j );
};
  eval( "window."+callbackName+"=tmpcallback" );
  }-*/;


class name is
correct(com.example.multisearch.client.JSONRequestHandler),method also
correct and its parameter also correct but still it generating
error.pls help me

-- 
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.

Reply via email to