Hi, My project has the following requirements: 1. It is a poll component that can be inserted in any page, at any place that user like. 2. We don't have the control on how it should be display in the page, so, cannot have one global template page (e.g. jsp) to insert inside the page. But, we can specify some rules to tell the client how to put dynamic behaviour to the poll section in the page. The poll can appear as a table, or just plain text inside div. The appearance style of the poll should be done directly inside the page. 3. Pages is composed by client, and they can add pages (with poll inside) into the website from time to time. After they uploaded the page to server, the dynamic section (poll) is supposed to work without doing any configuration. It is sort of like plug and play concept.
May I know if Tapestry is suitable for the above requirement? If not, anyone can suggest some better frameworks which can fullfill the requirement? Thanks!!! Best Regards, Deep Blue