I have a project cloned on my local machine for example the name is Example-Template, I have created a Template (example.ntf) from designer and associated this (example.ntf) with the on-disk project (Example-Template), All the x-pages and custom controls are visible in the (example.ntf) in project side tabs inside the x-pages tab and custom-control tabs respectively. Till here everthing this is perfect.
The problem occurs now is
1.The custom control tab in palette at the right side of the designer is not visible So it is impossible to use the custom-control in any x-page.
2.All the custom controls which are visible in custom control in project side shows an error wherever I have used ant custom control. For example the errors are on the code.
<xc:cc_controlOptions></xc:cc_controlOptions>
So the custom-control "cc_controlOptions" is present in the custom controls list even after that the error says "The Unknown tag xc:cc_controlOptions cannot be used as a control.
Usually this comes when we dont add the tag specification in view tag of the page but have the "xc" tag specified in tag the code is
<xp:view xmlns:xp="http://www.ibm.com/xsp/core"
xmlns:xc="http://www.ibm.com/xsp/custom"
xmlns:xe="http://www.ibm.com/xsp/coreex">
- The last and important thing is that the custom control tab is missing from the palette at the right side of designer as shown in image.
Hope the image will clear my issues.