Can Domino provide other format of XPage rendering than HTML? (other RenderKit besides HTML)
For example, see
Can Domino provide other format of XPage rendering than HTML? (other RenderKit besides HTML)
For example, see
Subject: It is possible…
It is theoretically possible, as XPages is just JSF. Moreover, we support the use of faces-config.xml within an NSF. But it requires a lot of work as all the controls will need a renderer. What is your use case and what kind of render kit are you looking for?
Subject: What about custom xml rendering?..
For example, I’d like to produce custom xml documents with the power of server’s javascript and java processing. I can’t do that with ordinary forms because of limited capabilities of @formulas and low scalability of agents. Servlets in Domino are very limited too and I can’t develop them visually.