diff options
Diffstat (limited to 'documentation/gwt')
-rw-r--r-- | documentation/gwt/gwt-shared-state.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/gwt/gwt-shared-state.asciidoc b/documentation/gwt/gwt-shared-state.asciidoc index e0406fdf93..6e14b6c435 100644 --- a/documentation/gwt/gwt-shared-state.asciidoc +++ b/documentation/gwt/gwt-shared-state.asciidoc @@ -96,7 +96,7 @@ public MyComponentState getState() { State changes made on the server-side are communicated transparently to the client-side. When a state change occurs, the [methodname]#onStateChanged()# -method in the connector is called. You should should always call the superclass +method in the connector is called. You should always call the superclass method before anything else to handle changes to common component properties. |