Thanks ... I am going to try this.. btw .. your on-line doc still uses the old notation
On 10/2/06, D&J Gredler <[EMAIL PROTECTED]> wrote:
Hi all, The latest release of BeanForm, the single-line POJO editor component, is now available for download. Below is a list of changes since the last version. There are two incompatible changes that all current users should be aware of -- they're at the very end. Happy hacking, Daniel Gredler Changes: - Add "exclude" parameter to the BeanForm component. - Dynamic binding overrides for input fields via informal parameters on the BeanForm (very cool). - Add Italian translation. Thanks to Edoardo Campagnano. - More efficient dynamic validator list building process (~70% form rewind time savings). - Don't use deprecated translator binding. - Fix bug 1554067: input override via use of carefully-named components breaks when using BeanForm inside a custom component. Thanks to Edoardo Campagnano. - Fix bug 1560627: input override can't be used when you have 2+ BeanForms. Thanks to Edoardo Campagnano. - Fix bug 1565487: indexed JavaBean properties cause NPEs in BeanProperty#getTypeName(). Thanks to Jon McCarty. - Fix bug 1565478: write-only JavaBean properties cause NPEs in BeanProperty#getValue(). Thanks to Jon McCarty. Incompatible Changes: - If you are overriding inputs via the use of carefully-named components, the new naming formula is "[beanform-component-id]_[property-name]_BeanFieldBlock" and "[beanform-component-id]_[property-name]_BeanField". Adding the BeanForm's id to the naming convention allows users with more than one BeanForm on their page to use this override method. - If you are using "[property-name]PSM" informal parameters to get dropdown boxes for your properties, the new naming convention is "[property-name]_model". This change was made to make the convention consistent with the new dynamic binding override functionality ("[property-name]_[binding-name]"). ---------------------------- Homepage: http://beanform.sourceforge.net/ Component Reference: http://beanform.sourceforge.net/component-reference.html Change History: http://beanform.sourceforge.net/changes-report.html ----------------------------