Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将一些代码从一个自定义控件复制到一个新的自定义控件。我复制的代码包含一些 xe 扩展库,现在所有这些 xe 组件都显示错误消息,指出前缀 xe 未绑定(元素“xe:djContentPane”的前缀“xe”未绑定)。有没有办法解决这个问题?
将行添加xmlns:xe:...到<xp:view
xmlns:xe:...
<xp:view
<xp:view xmlns:xp="http://www.ibm.com/xsp/core" xmlns:xe="http://www.ibm.com/xsp/coreex">