Hello all,
My problem looks simple but i still do not have the right solution.
n Views are shown together, n Methods in component controller get_data_view_n exists. I would prefere that each views calls corresponding method from component controller automatically to get the data it needs. I do not what to use one method with n calls, as some view can be switched off due to customizing at runtime.
- Is it only possible with supply methods?
- or customizing must be considered during data selektion, what looks not ok for me?
Regards
Paul