Re: Browser problem after deploying Application on server

2009-09-18 Thread amayen
Hi! You are using GWTExt? I think that library needs extJs, maybe you need to adjust the path to the libraries files. On 16 Sep., 11:23, Sumeet wrote: > I deployed my GWT Application on the server, but after invoking the > same on Firefox ,its seems completely messed up. I cant see the screen

Re: GWT Project clarification - how mapping happens

2009-06-04 Thread amayen
Hi Tharindu! To make it more clearly for you the calc.html and the url /calc/greet refer to different resources. The calc.html is the HTML resource that the browser initially loads to show your GWT app. The /calc/greet path denotes a Java SERVLET. This servlet is there to access some resources

Re: GWT Validation Library

2009-05-15 Thread amayen
Hi, The inherits you should use should be like this: I see that in the error message you posted there is a blank between the 'y' of ValidationLibrary and '.gwt.xml'. If this is in your code too, this is probably the cause. Additionally if you have questions or general feedback for the library

Re: GWT Validation Library

2009-05-15 Thread amayen
Hi, could it be that you have a space between 'ValidationLibrary' and '.gwt.xml'? If so, this is probably the source of the error. For further questions or feedback you can also use the projects forums at sourceforge as I will be primarily monitoring these forums (I found that issue only by 'acc