Compute view data source on an x-page ... how?

Hi,

Can somebody tell me how I can compute my own source-code for an x-page? I’ve found this article >>

http://www-10.lotus.com/ldd/nd85forum.nsf/5f27803bba85d8e285256bf10054620d/a011db2a858dd3328525756000440e7c?OpenDocument

saying that it shouldn’t be to difficult.

What controll would I use (there’s no such thing as the good old computed text, is there …?)

Arthur

Subject: A couple of things

The computedField is your equivalent to computed Text.

You can dynamically include XPages (custom controls too) via the IncludePage control then compute the page – eg. “xpMyView.xsp”. That’s as close as computed subforms we’ve got in XPages.

If you’re asking something else, sorry I misunderstood.