This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes Extending Datatable Component Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Extending Datatable Component" Watch "Extending Datatable Component" New topic
Author

Extending Datatable Component

Purav Gandhi
Greenhorn

Joined: Sep 15, 2005
Posts: 21
I am relatively new to JSF and I need to develop a custom component by extending extendedDataTable of richfaces. I did look at custom component development through CDK, but I am not sure how to develop a complex component like datatable, which has also has other components like column, pagination, search box etc.

If somebody can kindly refer to some tutorial on how to create such complex components.

Any help would be appreciated.


regards,<br />p.g
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14487
    
    7

I don't know about tutorials, but you might want to grab the source code for the RichFaces extension tagset from their archives at jboss.org. They provide an extendedDataTable tag, so it's a good example of how it's done.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Extending Datatable Component
 
Similar Threads
JSF Data Table extension using sun's RI
Extending JSF Components
Is there any canvas like component in JSF?
Adding subrow with additional information for each row in dataTable
JSF complicated custom component