Type | Changes | By |
---|
| Add "exclude" parameter to the BeanForm component. | sdanig |
| Fix bug 1560627: input override can't be used when you have 2+ BeanForms. Thanks to Edoardo Campagnano | sdanig |
| Fix bug 1565487: indexed JavaBean properties cause NPEs in BeanProperty#getTypeName(). Thanks to Jon McCarty | sdanig |
| Fix bug 1565478: write-only JavaBean properties cause NPEs in BeanProperty#getValue(). Thanks to Jon McCarty | sdanig |
| Dynamic binding overrides for input fields via informal parameters on the BeanForm. | sdanig |
| Add Italian translation. Thanks to Edoardo Campagnano | sdanig |
| More efficient dynamic validator list building process (~70% form rewind time savings). | sdanig |
| Don't use deprecated translator binding. | sdanig |
| Fix bug 1554067: input override via use of carefully-named components breaks when using BeanForm inside a custom component. Thanks to Edoardo Campagnano | sdanig |
Release 0.4 - September 13, 2006
Type | Changes | By |
---|
| Use translator binding with TextField: fixes numeric conversion issue. | sdanig |
| Easy single-select dropdown boxes via the use of informal parameters. | sdanig |
| Use direct service: BeanForm works in Tapestry 4.1 now. | sdanig |
| Aggressive replacement of OGNL bindings with Tapestry-Prop bindings (~50% rendering time savings). | sdanig |
| Add ne
w parameter "cacheProperties" and cache properties unless told otherwise (~10% rendering time savings). | sdanig |
| Easier input type overriding for standard input types (inside "properties" parameter). | sdanig |
Release 0.3 - September 1, 2006
Type | Changes | By |
---|
| Add BeanForm parameter defaults; can't rely on nested Form defaults. | sdanig |
| Move bulk of value assignment/retrieval code from OGNL to Java: faster, testable. | sdanig |
Release 0.2 - July 10, 2006
Type | Changes | By |
---|
| If Hibernate Validator annotations are present on bean properties, use them to infer appropriate Tapestry validation. | sdanig |
| Finalize support for overriding default inputs via the use of carefully-named custom components. | sdanig |
Release 0.1 - July 4, 2006