I just want to create a simple drop-down in the bannerApplicationLinks:
<xe:this.bannerApplicationLinks>
<xe:pageTreeNode label="Generator"
page="/xpGenerator.xsp" selection="/Generator/.*">
</xe:pageTreeNode>
<xe:basicContainerNode label="Settings">
<xe:this.children>
<xe:pageTreeNode label="manual setting"
page="/userprofile.xsp">
</xe:pageTreeNode>
<xe:basicLeafNode label="Language"></xe:basicLeafNode>
</xe:this.children>
</xe:basicContainerNode>
<xe:pageTreeNode label="man. setting"
page="/userprofile.xsp">
</xe:pageTreeNode>
</xe:this.bannerApplicationLinks>
the (contained) tree node "manual setting" doesn't link to "/userprofile.xsp", but to the current page.
The tree node "man. setting" links correctly to "/userprofile.xsp"
The same effect happens in the utility links. Am I missing sth?.
Server is 9.0.1, Extlib is 9.0.1
thx in advance, Uwe