load HTML when click a button GWT
Posted
by rafael11
on Stack Overflow
See other posts from Stack Overflow
or by rafael11
Published on 2010-04-10T06:25:16Z
Indexed on
2010/04/10
6:33 UTC
Read the original article
Hit count: 249
gwt
how to load the other HTML page when i click a button? i'm using GWT 2.0.3.
p.addClickHandler(new ClickHandler() {
public void onClick(ClickEvent event) {
// TODO Auto-generated method stub
// is there a syntax to load other HTML?
}
});
thanks before, Rafael.
© Stack Overflow or respective owner