What if I want to pass Double value instead of String

On Friday, 21 March 2008 23:29:32 UTC+5:30, gbuchin wrote:
>
> I have a function: 
>
> public static void messageBox( String sTitle, String sMessage ) 
> { 
> Window.alert( sTitle + " | " + sMessage ); 
> } 
>
> I am trying to call it from javaScript, but I can't seem to ge tthe 
> signature correct. I tried : 
>
> @com.ecopy.gwt.client.Utils::messageBox(Ljava/lang/String;,Ljava/lang/ 
> String;); 
>
> but the compiler says "Expected a valid parameter type signature in 
> JSNI method reference" 
>
> Thoughts?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Q3YE4jrtNR4J.
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