I'm looking for a Wicket component that offers functionality similar to
the Tapestry BeanForm component:
http://beanform.sourceforge.net/
I found the BeanPanel component in wicket-extensions 1.1.1:
http://wicketframework.org/wicket-extensions/apidocs/wicket/extensions/markup/html/beanedit/BeanPanel.html
It appears that this class was removed from Wicket 1.2
I searched the Subversion repository but I could not find the source
code for BeanPanel. I looked in
wicket-extensions, wicket-examples, and wicket-sandbox. Is anybody
working on BeanPanel? Where can I find the code?
Sean