Hi Anil,
The new component that you created, did you use a java class to specify it.
If so, did you specify the property file for it and mentioned the class inside it?
And just check whether a .class was created when you did a build.?
And mention the path of the property file in the jsp file.
Example:
the class file ->src/com/mymodule/MyComponent.java
The property file ->config/mymodule/MyComponent.properties
# config/mymodule/MyComponent.properties
$class=com.mymodule.MyComponent
In the jsp file -><dsp:importbean bean="/mymodule/MyComponent"/>
Update, if this helps.
Regards
Vincy