In the last posting, we saw how the builder pattern could be used to programmatically create forms. It works fairly well, however we have a new requirement: users need to group several "controls" into "sections". For the sake of maximum flexibility, we'd like to give ...
[More]