tags:

views:

47

answers:

2

Hi,

I am new in the JSF world, please tell me step by step answer of how to create JSF custom component i search on the net but i didn't get any proper answer or give me some link which shows how to create custom component.

Thanks
Vinod

+2  A: 

Googling for "extend UIComponentELTag" or "extends UIComponentELTag" should yield enough hints.

This is one of my favourites: http://blogs.steeplesoft.com/2006/12/jsf-component-writing-check-list/

BalusC
Hey thanks sir, it's very helpful
vinod
A: 

RichFaces includes CDK (component development kit) that can be used for components development. Here is the link to the guide: RichFaces CDK Developer Guide

mikalaj