I am new in the JSF world, please tell me step by step answer of how to c开发者_Python百科reate 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
VinodGoogling 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/
RichFaces includes CDK (component development kit) that can be used for components development. Here is the link to the guide: RichFaces CDK Developer Guide
精彩评论