Dear sir,
I would like to ask whether View can be embeded in XPages? How to set the Show Single Category feature in XPages?
** I would prefer not to use response document in the case of my database.
Please help.
Dear sir,
I would like to ask whether View can be embeded in XPages? How to set the Show Single Category feature in XPages?
** I would prefer not to use response document in the case of my database.
Please help.
Subject: Re: Show Embedded View
Yes, this is quite easy in XPages. You just need to add a view panel to your XPage (or use a repeat control if you choose to, to add more flexibility for display options, if you need to).
The xp:dominoView element has a keys property and a keysExactMatch, you can use those to specify your single category. You can compute the keys property to pick up a value from your dominoDocument element.