avoid recompile

2013-03-04 Thread leslie
I have a view class that creates a panel. This class is dependent upon a controller class, also on the client side. I'd like to add a line of code - Window.alert(Hello World) in the controller without stopping everything and recompiling the app. How do I do this? Reloading the server by

Re: avoid recompile

2013-03-04 Thread Rob Whiteside
You are running in development mode right? Just refresh the browser to pick up new changes. On Monday, March 4, 2013 7:25:39 AM UTC-8, leslie wrote: I have a view class that creates a panel. This class is dependent upon a controller class, also on the client side. I'd like to add a line of