3
votes

I have copied some code from one custom control to a new custom control. The code I copied contains some xe extension library and now all of these xe components show error messages saying that prefix xe is not bound (The prefix "xe" for element "xe:djContentPane" is not bound). Is there any way of solving this problem?

1

1 Answers

6
votes

Add the line xmlns:xe:... to <xp:view

<xp:view
    xmlns:xp="http://www.ibm.com/xsp/core"
    xmlns:xe="http://www.ibm.com/xsp/coreex">