[Tapestry-contrib] Dynamic creation of components
Brought to you by:
hship
From: Emiliano H. <em...@ir...> - 2003-03-03 23:10:35
|
Hi all, I'm currently investigating toolkits for my web project, and Tapestry looks like a nice approach. The one thing that I haven't been able to figure out from the docs: is it possible to createparts of the user interface dynamically? My intended app will decide for parts of its user interface what type and number of controls to display based on data from a database. So far, I could only find ways to do static controls (as directed by the templates) or data insertion. Emile |