Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2011-07-11 | 1.6 kB | |
Totals: 1 Item | 1.6 kB | 0 |
OpenXava 4.2.1 (2011-7-11) -------------------------- To start quickly with OpenXava follow the instructions on: http://openxava.wikispaces.com/quick-start_en To update your current OpenXava version follow the instructions on: http://openxava.wikispaces.com/migration_en New features: - View.setLabelId() supports qualified member name as argument. - Commons FileUpload upgraded to 1.2.2. - Removed "images/" prefix of all action definitions in default-controllers.xml, it was optional since v4.2. - English and Spanish messages refined. - New csvEncoding property available in xava.property to define the encoding of the generated CSV. Fixes: - Fix: ClassCastException using a collection with cascade remove and a reference to the same entity in the same entity. - Fix: @Tab doesn't work with @AttributeOverride. - Fix: More than two levels of nested entities as embedded fails. - Fix: Loss of the selected rows when enter on the list to choose a reference. - Fix: Performance problem on iPad using list with many columns, it was produced by Flip effect, so Flip effect has been removed. - Fix: Buttons in dialogs does not respond on iPad. - Fix: Flip effect on close dialogs on iPad. - Fix: IForwardAction does not forward when used on module initialization (on-init, on-each-request or before-each-request). - Fix: Impossible to add a child in Tree editor without treeOrder. - Fix: JDBC connection leaks in some circumstances. - Fix: References marked as @SearchKey are not modifiable when the keyEditable is false in main view. - Fix: Dialog disappears adding collection elements with no chosen rows.