Re: GWT, Hibernate and a many to many relationship

2014-08-04 Thread Moutellou
You can also give a try to RequestFactory , which solves the client/server object serialization issue. On Wednesday, July 30, 2014 5:07:18 AM UTC-4, Peter S. wrote: > > Hey all, > > after searching the complete web for a solutio

Re: "Object does not support property or method attachEvent" on IE 7,8,9,10

2013-12-21 Thread Moutellou
The problem was reported by a client using IE8. We try to reproduce it using IE8 User Agent String in IE 11 development tool. In the JS console we get "Object doesn't support property or method 'attachEvent'. On Saturday, December 21, 2013 9:35:00 AM UTC-5, Jens wrote: > > Do you have Chrome Fr

"Object does not support property or method attachEvent" on IE 7,8,9,10

2013-12-21 Thread Moutellou
I have a blank page when running my app in developement or compiled mode (IE 7,8,9,10). The bug seems to be originated from @com.google.gwt.user.client.ui.ResizeLayoutPanel. Any help would appreciated. GWT 2.5.1, GQuery 1.4.0 com.google.gwt.core.client.JavaScriptException: (TypeError) @com.

Re: Default value in empty TextBox

2013-11-27 Thread Moutellou
You can try the attribute placeholder . getElement().setPropertyString("placeholder", "default value") On Thursday, February 7, 2008 9:10:17 AM UTC-5, Brock Parker wrote: > > Hello, > > Is there anything built into GWT to display a value i

application does not open when deployed on tomcat

2013-06-23 Thread Moutellou
Did you compile you're project with GWT? you can also try copy the content of WAR folder to a folder in the Web apps instead of creating a WAR with Eclipse. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group a

Re: Error when running my application under GWT 2.5 RC

2012-09-21 Thread Moutellou
When I take a second look to the log, I see that that the problem is with the gquery-dnd-bundle-1.0.5.jar. It doesn't support GWT 2.5 yet On Saturday, September 15, 2012 5:38:53 PM UTC-4, Moutellou wrote: > > I got this error when I run my application undex GWT 2.5 RC. The &g

Error when running my application under GWT 2.5 RC

2012-09-16 Thread Moutellou
I got this error when I run my application undex GWT 2.5 RC. The application contains Celltables, DataGrids and CellTables but the error point to a Class in the GWT SDK Finding entry point classes [ERROR] Errors in 'jar:file:/C:/Users/simo/workspace/M3T/war/WEB-INF/lib/gquery-dnd-bundle-