> Hello, I've been following the discussions here, and this one caught my eye. > Does this mean that Wicket is ill suited for example for creating dynamic > forms that are built dynamically at runtime after reading some page > definition file from xml or some other data store. I havent looked into > Wicket deeply, I just skimmed the surface, but I'm currently thinking about > converting a Struts solution that builds forms based on form metadata stored > in xml files. In my case, almost all jsp's have the same layout, and only > differ in the form fields shown.
On the contrairy, Wicket is very well suited for that. Panels is the magic word. Eelco ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
