Would it be like "#{myBean.mycalledmethod}"; ???

2011/7/19 pop.ionut84 <popionu...@gmail.com>

> For example, you have a redirect method via JSNI:
>
>        public native static void redirect(String url)
>        /*-{
>        $wnd.location.replace(url);
>        }-*/;
>
> You just call that "redirect(url)" method from you java code (client
> side), as any other method.
>
>
> On Jul 19, 5:19 pm, Bruno Henrique <f203...@gmail.com> wrote:
> > Almost there!!!
> >
> > I just still didn't understand how to call the method
> (exportStaticMethod())
> > in my html file through my javascript code.
> > Can someone give me an example plz?
> >
> > 2011/7/19 Jens <jens.nehlme...@gmail.com>
> >
> >
> >
> >
> >
> >
> >
> > > Take a look at:
> > >http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideCodin.
> ..
> >
> > > That way you can "export" a java method to call it from hand written
> > > javascript.
> >
> > > -- J.
> >
> > > --
> > > 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/-/EMVu-RUcigMJ.
> >
> > > To post to this group, send email to
> google-web-toolkit@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-web-toolkit+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to