Problem with CellList refresh

2012-05-31 Thread mariuszym
Hi all I have strange problem with CellList. I used CellList with ListDataProvider, 2 fields DateBox and one Text Area. When I try add object (object consist of 2 dates and one String) to DataList public void addToList(MessagesInCampaign message, TextArea text) { ListMessagesInCampaign list

Debugging application on external server

2011-11-29 Thread mariuszym
Hi! I'm new in GWT and I have annoying problem with GWT. I started develop existing project (GWT module + EJB module) and I can't begin to debug this. Application is working on server Glassfish 2.1 (external server - not on my localhost). I have ant script which deploying app on this server, but