[gwt-contrib] Re: OOPHM development branches

2008-12-14 Thread Cameron Braid
I've been giving OOPHM a try and have run into a couple of issues a) bug in compiler - see attached oophm-stacktrace.txt b) bug in hosted.html - see overlay-hosted.html.patch The patch for hosted.html is required because I need gwt to support a url encoded gwt.hosted value My webapp re-writes

[gwt-contrib] Re: RR: HasValue is not ready for primetime

2008-12-14 Thread Arthur Kalmenson
We're currently using the MVC approach with our project and it seems to be working out pretty well. We follow the same approach that Ray Cromwell mentioned with the USPostalAddress example and we use the HasValueT interface to implement it. It seems to work pretty well at the moment. Having most