I'm not sure how many people this will affect, but I thought I would send
out a heads up. Check out these posts for more information:
http://stackoverflow.com/questions/12506897/is-safari-on-ios-6-caching-ajax-results
http://www.devthought.com/2012/09/22/understanding-the-ios6-ajax-bugs/
--
You
My guess is that you would set up restful services on the server in ruby
and use the request builder in gwt to send Json
On Sep 22, 2012 8:04 PM, "darkflame" wrote:
> I am a prettyy experienced GWT developer, but have no knowledge of
> Ruby...has anyone used them together?
>
> I am on shared host
I am a prettyy experienced GWT developer, but have no knowledge of
Ruby...has anyone used them together?
I am on shared hosting which doesn't support servlets, so my only
server side options are php or ruby. Id normally use php, but ruby
seems to have a better supported lib I want to use for Jabbe
Hello,
I often get this error message when trying to open a UIBinder file within
eclipse using GWT Designer. In general, this works, so this problem is
coming and going. After trying a lot of things, it sometimes works again,
but I don't know why.
I found a lot of issues, i. e. 6029 (
http://c
I solved it when switch from opedJDK to oracle JDK.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/wItkgQZvdloJ.
To post to this group, send em
Something like this:
myHTMLWidget.addClickHandler(new ClickHandler() {
@Override
public void onClick(ClickEvent event) {
event.preventDefault();
Element e = Element.as(event.getNativeEvent().getEventTarget());
if (e.getAttribute("href").contains("#")) {
I think it is possible to attach a single ClickHandler to the HTML widget
containing the HTML document. When clicked call preventDefault(), as Jen
suggested, look at the source of the click, and if it is your anchor,
scroll to the cursor position.
On Friday, September 21, 2012 10:55:51 AM UTC-4
Answered on SO: http://stackoverflow.com/a/12543830/116472
On Saturday, September 22, 2012 12:56:48 PM UTC+2, Human izatara wrote:
>
> I have problem in creating a generic RequestContext that has common
> methods such as persist, update, remove and other Request classes extend
> this class. I go
I have problem in creating a generic RequestContext that has common methods
such as persist, update, remove and other Request classes extend this
class. I got following exception :
com.google.web.bindery.requestfactory.server.ReportableException:
Could not locate RequestContext operation
after so
That's quite something. The hashtag was originally meant for the use
tanteanni intends (jumping to points within a document), but it's been so
heavily abused that we now have to write workarounds to get the original
behaviour back.
On Friday, September 21, 2012 4:55:51 PM UTC+2, Jens wrote:
>
>
10 matches
Mail list logo