You can use gwt history manager...
add a listener:History.addValueChangeHandler(new ValueChangeHandler<String>() {
public void onValueChange(ValueChangeEvent<String> event) {
String section = History.getToken().trim();
... place new panel, or whatever like that ...
}
});
when user clicks a link or button you can call:
History.newItem(section);
This would work with back-forward browser buttons.
[]
ERS
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.