DateBox behind popup

2010-09-27 Thread Adam35413
I am trying to use DateBox to allow the user to input a date in a DialogBox that contains other relevant fields such as name, etc. However, when I click on the DateBox field the DatePicker appears behind my DialogBox. I placed my DateBox at the bottom of the popup, and as a result I can see the

Serialization Advice

2010-04-22 Thread Adam35413
I am trying to implement a very simple AsyncCallback RPC system, and I believe I have 99% of it correct. I have the UserService and UserServiceAsync on the client side, and the UserServiceImpl on the server side. Through debugging, it appears that the only current issue is the error message I

Re: Serialization Advice

2010-04-22 Thread Adam35413
the constructors as well. BTW no need to use Integer, can use int, and IsSerializable can just be java.io.Serializable now. On Apr 22, 6:09 pm, Adam35413 adam.ham...@gmail.com wrote: I am trying to implement a very simple AsyncCallback RPC system, and I believe I have 99% of it correct.  I

Eclipse plug-in Post-Build steps

2009-09-07 Thread Adam35413
I am starting to use the Eclipse plug-in for GWT more, and I want to make the build process as painless as possible. After I have built a deployment, my goal is to automatically zip the war directory and then scp it to my webserver. I could easily accomplish this with some post- build steps,