Re: How to suppress Deprecation warnings

2010-06-11 Thread Nico
e(s). > Also is there a way to suppress the messages "Compiling 6 > permutations ..." Assuming you're using ant, there is an log level option to the task: level="all|spam|trace|info|warn|error" - Changes the compiler log level See http://code.google.com/p/ant-gwt/ Re

Usage of two modules that share sessions id ?

2010-02-01 Thread Nico
Hi, I am building a website with GWT. There is a login page on this website that send a session id to client when user is logged in. I'm using the Servlet HttpSession object to get id. Somewhere in the website, there is a link that load a new GWT module page. This is a different module because th

Re: Simple UiBinder question about

2010-01-17 Thread Nico
Thanks emerix for the src="" tips. It helped me a lot. I have the same problem when I use resource="{res.myImage}" ... I have declared the targeting the right Resource class but I always have an error that says : No com.google.gwt.resources.client.ClientBundle$Source annotation and no resources

Re: Simple UiBinder question about

2010-01-17 Thread Nico
I checked in GWT source code and there is no resource tag for Available tags are : * field * src * flipRtl * repeatStyle On 12 jan, 17:24, Chris Ramsdale wrote: > Do you have the following in your ui.xml file: > > > > ...where 'com.google.gwt.sandbox.client.Resources' is replaced with your >

Re: Hibernate and GWT - location for hibernate xml mapping files under a GWT project - org.hibernate.MappingNotFoundException

2009-05-27 Thread nico
Thank you very much, you solved this problem ! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from t

Re: Hibernate and GWT - location for hibernate xml mapping files under a GWT project - org.hibernate.MappingNotFoundException

2009-05-27 Thread nico
Thank you very much, you solved my problem ! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from th

Hibernate and GWT - location for hibernate xml mapping files under a GWT project - org.hibernate.MappingNotFoundException

2009-05-26 Thread nico
Hi all, I'm developing an application with Hibernate3, I encountered the following error : I manually copied the hibernate xml mapping files in WEB-INF/classes/ com/model. However the problem is that GWT automatically deletes the xml files under this path therefore prevents hibernate from workin

Re: StockWatcher example. null pointer because root panel cannot find html element 'stockList'

2008-09-03 Thread Nico
Hi Ian and thank you for the speedy reply. I have solved it by now.it was a combination of screen blindness, a late night and a missing quotation mark in my html. Nico On Sep 3, 2:53 am, "Ian Bambury" <[EMAIL PROTECTED]> wrote: > As I remember, Anil never found the pro

Re: StockWatcher example. null pointer because root panel cannot find html element 'stockList'

2008-09-02 Thread Nico
Hi Guys, I am pretty much stuck on exactly the same problem and am not entirely sure what's wrong. Anil or Ian..if you have figured out the solution, could you post it up here please? I'd be very grateful! Thanks, Nico On Aug 10, 3:48 am, "Ian Bambury" <[EMAIL PROTE