Visual Editor causes problems when not directly extending AbstractPageBean

View: New views
1 Messages — Rating Filter:   Alert me  

Visual Editor causes problems when not directly extending AbstractPageBean

by Stefan Bley :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I created a more generic class for my page beans which includes some common properties. This class extends AbstractPageBean and is itself extended by the beans created by the Visual Editor.

In the JSP view I can bind the component values to properties of the parent class. But when I try to open the Design view, it says that it can't find these properties in the bean.

Is this a bug?

Regards, Stevy