Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0.4
-
None
Description
usually there is just one page-bean for a page. a super class is e.g. useful in case of wizard(-steps) and in rare cases there might be a common view-controller callback in the super class which needs to be overridden only in few page-beans.
currently both callbacks are called (even in case of overridden methods).
workaround:
call a protected method from the callback method and override the protected method if needed.