override view-controller callbacks
----------------------------------
Key: EXTCDI-279
URL: https://issues.apache.org/jira/browse/EXTCDI-279
Project: MyFaces CODI
Issue Type: Bug
Components: JEE-JSF12-Module, JEE-JSF20-Module
Affects Versions: 1.0.4
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
Priority: Minor
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira