Can't you do that in Java code? At the end, everything will be Javascript...
In fact, you can access fields and methods from java objects via JSNI, which is Javascript embeded on the Javacode. But I don't think it's possible to do it via an external javascript http://code.google.com/intl/pt-BR/webtoolkit/doc/latest/DevGuideCodingBasicsJSNI.html On Mon, Jul 18, 2011 at 6:06 PM, Bruno Henrique <[email protected]> wrote: > Hi people, > > I'm new in working with GWT and still studing a little bit about this > issue and I got a doubt. > How could I get a attribute value from a class in my html file like we > do with managed beans in jsf using javascript? > > -- > 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. > > -- Magno Machado Paulo http://blog.magnomachado.com.br http://code.google.com/p/emballo/ -- 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.
