[gwt-contrib] HowTo read GWT-RPC encoded data from a JS String ?

2010-12-30 Thread nicolas de loof
Hi folks, I'd like my application to avoid a on-init RPC call to retrieve context data. I'd like such data to be included in the HTML host page (generated by a JSP) My first option was to encode such data in JSON and us a JavaScriptObject to overlay it and access it form my GWT code. BUT My data

[gwt-contrib] Re: HowTo read GWT-RPC encoded data from a JS String ?

2010-12-30 Thread nicolas.deloof
I've just found what I was looking for here : http://www.techhui.com/profiles/blogs/simpler-and-speedier-gwt-with Maybe this could be added to the official documentation as an alternative to JSON and Overlay Types ? http://code.google.com/intl/fr-FR/webtoolkit/articles/dynamic_host_page.html On

[gwt-contrib] Adds Event.ONINPUT (issue 4549). (issue1248801)

2010-12-30 Thread Robert Staats
Reviewers: , Description: I used Issue 51810 as my template for this (http://gwt-code-reviews.appspot.com/51810). I use sinkEvents to catch onPaste events to a TextBox so I can react to changes on TextBoxes without waiting for it to loose focus. This works well for IE and Firefox but Opera does