edillmann / zkspring

Automatically exported from code.google.com/p/zkspring
0 stars 0 forks source link

Component not responding to any events. #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Switching from a Generic Composer to a Spring Composer makes the following not 
properly working:

- Opening a Composer in a tab from another Composer works fine
- Closing the Composer loaded in a tab and reopening it causes the following 
behaviors:

   - No UI elements get refreshed (seems that linkage between UI and Spring bean is lost)
   - UI elements such as button do not respond any longer (the onClick handlers do not get evoked)

Both Composers have the scope of prototype (as it works using a Generic 
Composer)

Original issue reported on code.google.com by oliv...@passbox.com on 30 Mar 2011 at 5:36

GoogleCodeExporter commented 8 years ago
Fixed in 5/12 freshly release

Original comment by ashish.dasnurkar on 12 May 2011 at 2:53