XPage View : Show Single Category

Hello,

I have created a categorized view, and I have imported this view into an Xpage. I want to display only one single category, like in an embedded view with the “Show Single Category” property. Is this possible ?

If it is not possible, how can I custmize the content of an xpage view ?

Regards,

Jerome

Subject: Solved

Solved!

There is a property “categoryFilter” in the dominoView tag :

<xp:dominoView var=“view2” viewName=“(MYVIEW)” categoryFilter=“titi”></xp:dominoView>