Minor documentation error

2009-04-21 Thread k9mab
Found a small documentation error, not sure how to report it. Would someone be good enough to pass this on via the proper channels? http://code.google.com/webtoolkit/doc/1.6/DevGuideUserInterface.html First example in Events and Handlers section has the wrong signature for onClick(). Should be C

Re: How to change the base URL for the app in Hosted Mode??

2009-05-05 Thread k9mab
Is it possible to get this to use the actual hostname instead of localhost? I'm trying to tie this into CAS auth filter which redirects to a login page on the CAS server, which in turn redirects back to my page after auth is successful. I get through the CAS auth ok but the redirect back to my ap

Re: How to change the base URL for the app in Hosted Mode??

2009-05-05 Thread k9mab
Never mind (I think). Got it working now, returning from CAS auth and proceeding as expected. Had to specify host/port in several places and was overlooking one of them. Still gotta tinker and see how http vs https plays out, but looking better now than it was. Mike On May 5, 11:38 am, k9mab

Re: Hot Code Replace Failed triggered on any change, even comment change

2009-05-08 Thread k9mab
I had this problem for a while and discovered by accident that it would go away when I added the @Override tag to my event handler methods where missing. Mike On May 7, 11:06 am, Salvador Diaz wrote: > For what is worth, I've had this problem and found out that I could > just ignore it, the ho

MVP app slightly backwards?

2014-04-21 Thread k9mab
I'm working on a GWT app (my first) using MVP architecture with views/presenters maybe backwards from sample apps I've been studying. App UI will be three side-by-side views into the model always visible, rather than being created by presenters on demand. UIBinder is creating the view (one so f