Two Gwt Applications Dependent to Each Other

2010-01-18 Thread Haydar
Hi, I have two gwt applications. One for the security side (login, account authentication etc.), the other one for displaying menus and screens according to the permissions that logged in user got. That was done like this and I mustn't change the architecture. Now I am wanted to upgrade the two p

Re: My IE plugin doesn't work...

2010-01-13 Thread Haydar
xamples.roughian.com > > 2010/1/13 Haydar > > > > > Hi, > > I have a gwt application and I want to see it on internet explorer. > > But every time I open it in IE, IE asks me to download gwt plugin > > (missing plugin warning or sth like that). I download and

My IE plugin doesn't work...

2010-01-13 Thread Haydar
Hi, I have a gwt application and I want to see it on internet explorer. But every time I open it in IE, IE asks me to download gwt plugin (missing plugin warning or sth like that). I download and install the plugin and refresh my page or close and open IE again and it asks for the plugin again. Wha

Re: Gwt module may need to be (re)compiled

2009-12-18 Thread Haydar
Thanks, it really helped me... On 18 Aralık, 12:13, Thomas Matthijs wrote: > > However after I login and the location of the window changes, I see > > nothing but an error-boxon the screen: "Gwt module 'secondApp' may > > need to be (re)compiled". > > This error usually means that you are missing

Re: Gwt module may need to be (re)compiled

2009-12-18 Thread Haydar
yes of course :) sorry about not mentioning that... İ recompiled many times. Cleaned and built both project many times... On 18 Aralık, 11:09, Shawn Brown wrote: > > However after I login and the location of the window changes, I see > > nothing but an error-boxon the screen: "Gwt module 'secondA

Gwt module may need to be (re)compiled

2009-12-18 Thread Haydar
Hi, I have a problem with running my project which is linked to another project. One of my applications is simple user log-in system, it only has a welcome screen where you can log in the system. This works fine alone. The other application is a big system where we have a lot of menus, screens e

Re: Validating Servlet Tags Problem

2009-12-17 Thread Haydar
am thinking that this is an issue about "two applications". Is there anyone who has encountered the same problem and overcome it? Thanks in advance... haydar On 17 Aralık, 16:22, Haydar wrote: > Hi > > When I run my project, it gives me a warning that says

Validating Servlet Tags Problem

2009-12-17 Thread Haydar
Hi When I run my project, it gives me a warning that says: [WARN] Module declares a servlet class 'com.myapplication.server.myService' with a mapping to '/myGWT/my', but the web.xml has no corresponding mapping; please add the following lines to your web.xml: myService /myGWT/my When I look in

Re: Migration Problem (From 1.5 to 2.0)

2009-12-17 Thread Haydar
I think I found the problem. One of the projects in my system has nocache.js file but the other one doesn't have. How can I solve this? On 17 Aralık, 09:33, Haydar wrote: > Hi Keith, > Thanks for your answer. > I have managed to overcome this problem. Now it's working. > B

Re: Migration Problem (From 1.5 to 2.0)

2009-12-16 Thread Haydar
creens, no screens come to the view. What can be the problem? Thanks again... Haydar On 16 Aralık, 18:10, Keith Platfoot wrote: > Hi Haydar, > > Since version 1.6, GWT projects have a new canonical structure that includes > a top-level directory named "war", where GWT expect

Migration Problem (From 1.5 to 2.0)

2009-12-16 Thread Haydar
Hi, I had a project in GWT 1.5 and I decided to migrate to GWT 2.0 In my project I had my servlet declarations in gwt.xml file. But I think GWT 2.0 looks for them in web.xml. I have done what is told on gwt site about migrating and then ran my project in devmode. But it gives me this warning: "0

Pdf on the server cannot be displayed

2009-11-03 Thread Haydar
Hi all, I have used gwt , ext gwt and jasperreports in my project. I have a server side and client side. My client side enters some values to some textfields and presses "Get report" button. Then on the server side it connects to database takes the records needed and creates a report with these r

Jasperreports with GWT

2009-10-21 Thread Haydar
Hi friends, I am new to GWT and I have a problem with Jasperreports usage in my GWT application. I have some fields and a button and I want to get a report when i click the button. I was doing it with JSF easily but I couldn't manage to do it with GWT. Can anyone suggest me something? A very simp