I want to add a button to the toolbar in my page that derives from FormPage. I use the code:
Action action = some action...
action.setImageDescriptor(som descriptor...);
toolBarManager.add(action);
When i run the editor I don't see nothing in the place were the button should be. If I'm hovering it with the mouse it changes to a hand icon. But if i click the action doesn't run.