Hello I have created a small widget framework called Limpy. It can be downloaded from http://wiki.cocoondev.org/Wiki.jsp?page=Limpy. I would be very happy if you could use some of the ideas in Cocoon Forms.
There are a few examples included: * Multi page forms * Multi forms pages * Direct binding of widgets to beans (ie values are loaded and saved directly on the bean) * A menu example to show that it can be used not just in forms. The basic idea of the framework is that the widget tree is really a DOM. The WidgetTree class gives a simplified API to access nodes in the DOM. If there is interest I'll try to write some docs. Cheers // Jonas
