Re: Needs help for creating a new JSF component

2007-05-23 Thread David Delbecq
There are tutorial on how to create components and renderes. Now while your goal is easy, it's realization isn't, creating composite components is not straightfoward in JSF. I see 4 ways to do so 1) don't use child components, just render several form fields in the renderer and decode them

RE: Needs help for creating a new JSF component

2007-05-22 Thread Bryan Basham
Hello Stephane, Yes, I have dealt with the findComponent method and JSF's name chaining scheme. I agree with you that these should not be hardcoded, which makes it hard to use the naming convention unless you store some essential information in the tag/component that helps find the other