Touchkit CDIView - how?

Hit there,
I know of https://github.com/mstahv/touchkit-with-cdi/tree/master/src/main/java/org/porotype/tktest as a simple CDI example for TouchKit. But how can I inject a SessionBean in a Touchkit View Component?

The CDI chain is interrupted because of getNavigationManager().navigateTo(new FormView()); - right ?

So have I understood something wrong? What can I do here to use CDI (injected SessionBeans i.e.) in my TouchKit view ?

Thank you,
Matthias