A while ago (Click v0.6?) I submitted an "AutoForm" component that needed some work by better people than I - the AutoForm would take a bean and generate a fully-loaded form containing text fields, IntegerFields, whatever. A properties file was used to further refine the display (eg declare hidden fields, display order). In short, it would be nice to have a BeanForm component - someone told me that Tapestry 5 has something similar.
The goal is, of course, to make bean editing in click as simple as declaring the AutoForm/BeanForm, associating a bean with it and that's it. 2009/2/22 Naoki Takezoe <[email protected]> > Hi Bob, > > I wish to add some new controls to click-extras in 2.1.0. > > For example, HiddenList that send multi parameters using hidden field. > I raised an issue about HiddenList on JIRA: > https://issues.apache.org/click/browse/CLK-491 > > And I have some more ideas about additional controls. > > Regards, > > 2009/2/22 Bob Schellink <[email protected]>: > > Hi all, > > > > With 2.0.1 out the door we can start thinking of the next release and new > > features. > > > > Since 2.0.1 and is considered stable no new features should be added to > it. > > Instead I've created a 2.0.x branch where bug fixes can be applied. Bug > > fixes for 1.5.x will be applied on Sourceforge. > > > > New development will occur in trunk for the next major release, 2.1.0. > > > > There is also a wishlist for new features in 2.1.0: > > http://cwiki.apache.org/confluence/display/CLICK/Click+2.1+Wishlist > > > > Feel free add more features on the wiki or discuss it here. > > > > kind regards > > > > bob > > > > > > -- > Naoki Takezoe >
