Hi folks! I have a delicate question for you :)
I wrote a new windowhandler logic [1] which uses a servlet to serve small static javascript page to detect new windows (and drop the windowId from the url in that case). I got told that extensions must not render page parts, because this is matter of a component library. In our case this would just not be possible in a component library because it is a) not a window component but a complete site on it's own and b) interacts with the window manager logic in CODI to create the proper URLs (containing the windowId and redirecting to the windowhandler servlet). WDYT? Do we need to drop this from CODI and move it to somewhere else? Or is this not a 'rendering' in the restricted sense? LieGrue, strub [1] https://cwiki.apache.org/EXTCDI/jsf-windowhandler.html
