component problem
Hi,
Last time I've problem with building custom component but I resolved it. But when I want use this component in jsc I've problem. When I put my component to page every thing is OK, component is visible and every attributes are available, when I turn on preview mode also everything is good (on the page in source I can see correct html code ) but when I running project, I receive empty page (whitout my component) when I check out the page source code (html) I can find there my custom tag like this below:
<c:myCustomTag binding="#{mySite.comp1}" id="comp1" style="width:100px; height:200px;"/>
Why in final web I've got my custom tag?
Maybe someone know what is wrong?Thanks

