hello,
is it possible to access a view method from a component controller?
I got a reference with the type "IF_WD_VIEW" in my component controller and I need to cast it in the original type of my view to access the view-method for view embedding (dodynamicnavigation)...is it possible?
I know that normally the view methods are only visible in the view controller...