Dennis Byrne wrote:
I can't seem to find a lot of resources on creating composite controls ( an .ascx in .NET speak ). Does anyone have a web site or a war story for this?depends on what you want to do, if you want to stay on a high level, check out struts clay, facelets or jsf tiles. If you want to code them, then I can recommend the custom control tutorial on the exadel website, and also Kito D. Manns book JSF in action, which has an excellent coverage of that kind of stuff.Dennis Byrne

