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

[796 byte] By [carll0] at [2007-11-26 11:03:18]
# 1
Ok I've got it. I made mistake when I put URI parameters into *.tld file. Sorry!
carll0 at 2007-7-7 3:17:11 > top of Java-index,Development Tools,Java Tools...