Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.2-M2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
The latest version of the GWT plugin registers a new artifact type. Reloading is handled by a call to registerBeans() on the BeanBuilder, but this doesn't work at the moment.
Test project that exhibits the problem. It's configured for Grails 1.2-SNAPSHOT. Unpack it, then:
The second time you click on the button, the browser should display the new message. However, it doesn't.
Note that the project installs the plugins into a sub-directory of the project, rather than in the home directory. You'll find the 0.5-SNAPSHOT version of the GWT plugin already there.
- Run grails run-app
- Point the browser at http://localhost:8080/test-5057/
- Enter your name (or any text) in the text box
- Click on the Say hello button
- Edit grails-app/actionHandlers/org/example/HelloActionHandler.groovy
- Change the message
- Click on the Say hello button
The second time you click on the button, the browser should display the new message. However, it doesn't. Note that the project installs the plugins into a sub-directory of the project, rather than in the home directory. You'll find the 0.5-SNAPSHOT version of the GWT plugin already there.