as you can see in attach file, I cannot understand why when I go out from tool C2_starttoolsRISC and then reenter I cannot see anymore the property associated to a class.. Someone can help me?
after opening the layout, the code generator is not automatically initialized.
In "normal" situations: there is a green button on the bottom right showing the name of the assigned class. After pressing the button both the bean browser and the code generator tool are properly initialized. (Screenshot "forum1".)
"normal" means:
1. the class is compiled (the Bean Browser is accessing classes by reflection - i.e. it requires the .class file)
2. there is exactly one class assigned to the page (otherwise you also get some corresponding messages in the "Layout Messages" area)