Does this work for anyone? Opening notes document on pages in a composite app

Have a look here: IBM Developer

Niklas describes here how to create a page in a composite app which displays a Notes document based on it’s form.

I tried that, but it does not work here. I have a form with the alias “test” and a CA page with the alias “test”. On the page there is a NSF compontent which points to the form “test” and has the com.ibm.notes.isDocumentPlaceholder=true property set.

But the documents having the form “test” do not open inside the CA. They open in the classic way.

Does this feature work for anyone? What am I missing?

Subject: database launch parameter?

If you’ve followed Nicklas’s recipe and it still not work, it might have to do with the database’s launch parameter.If so, try to include a test i the database Postopen script (If ws.IsinCompositeApp)etc.