Component Development,
September 20, 2010 at 11:58 PM
Hello,
I need to develop a new component that's actually a joint of other components. I'm creating JSF pages dinamically via Java and the new component I want to create includes an OutputText, an InputText and a DataTable. I want that component to extend from UIComponent, so I can manipulate it after as such. But when I make this extension, a bunch of methods to override is shown to me. I don't know how can I fill these methods. I appreciate if someone could help me on it or even send me some tutorial about it.
View All Comments
| View Tutorial