Getting properties/parameters from page level
问题 I wonder if I can get the parameters and/or properties of an xpage or custom control programmatically. <xp:view xmlns:xp="http://www.ibm.com/xsp/core" id="layout"> <xp:this.properties> <xp:parameter name="testcc.xsp" value="Test 1"></xp:parameter> <xp:parameter name="index.xsp" value="Main"></xp:parameter> </xp:this.properties> ... How can I access this parameter list to use it e.g. in a repeat control? EDIT You both are right, thank you! But this works only on a page, not in a custom control