Thanks Thomas for trying to help , but the function already exists in
JSNI and is also adding as library ... the problem is like execute
function the ending refresh the page
public void onModuleLoad() {
// Agrega funcion javascript externa
publish();
...
}
private native void publish() /*-{
$wnd.buildRow =
@com.abastible.sigflex.v1_0.planificacion.distribucion.client.DistribucionConfig::buildRow
();
}-*/;
public static native void buildRow()/*-{
//$wnd.alert("Entro a funcion buildRow()");
}-*/;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---