Custom composite components, re-use, form-validation

Hi,Is there any sense creating custom components which are simple composed of standard UIComponents. When this approach could be more effective than using includes?
[185 byte] By [AKZa] at [2007-11-26 15:28:13]
# 1

Yes.

Just be sure you're not over-complicating something that should be simple. For example, if you have a certain set of components that are appearing over and over again... Then creating a composite component is useful. However, if you find you're just using the same components, but in different ways and order on page, then just use the components. No includes... No composites.

CowKing

IamCowKinga at 2007-7-8 21:44:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...