Fixing a bug in CellWidget where the cell isn't rendered if the initial value is null.  We were checking that the value actually changed in setValue(), but this.value defaults to null.  We no longer do an equality check when setting the value in the constructor.

Review at http://gwt-code-reviews.appspot.com/1655803

Review by: skybrian@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10897 8db76d5a-ed1c-0410-87a9-c151d255dfc7
2 files changed