Update: Workaround
I got a feature request for my XPages API Inspector. When running the inspector on an XPage in the Notes Client:
Exception:ECL Permission Denied (java.lang.RuntimePermission accessDeclaredMembers)
I think it has something to do with accessing declared members of a class. Have any of you encountered this, and if so, is there a way to work around it in code, or is this something that you have to do on the client/server?
Showing posts with label question. Show all posts
Showing posts with label question. Show all posts
Friday, September 3, 2010
Wednesday, April 1, 2009
Question: Can XPages only be used for HTML?
The reason I'm asking is that the html/js/css code generated by your average XPage is too bloated for my taste.

I love the server side scripting/speed/pseudo-relational lookups part of the technology though.
My question: Is it possible to use XPages to generate other content than HTML, like (valid) XML and JSON, and how?
I've tried my friend Google, but he found nothing for me.
I love the server side scripting/speed/pseudo-relational lookups part of the technology though.
My question: Is it possible to use XPages to generate other content than HTML, like (valid) XML and JSON, and how?
I've tried my friend Google, but he found nothing for me.