OpenXava 4.2.2 released
OpenXava 4.3 released
December 14, 2011
OpenXava 4.3 adds support for total properties in collections, it has a new editor for HTML_TEXT stereotype, adds info and warning messages and some other useful new features.
Total properties in collections
Now you can use square brakets in @ListProperties to asociate one or more properties of the container entity to a property of the collection. In this way you can add arbitrary values as totals.
Read more about total properties in the wiki.
New editor for HTML_TEXT
Apart from upgrading to the latest CKEditor version, now the editor is embedded in the view instead of using a popup windows. Therefore, if you write:
@Stereotype("HTML_TEXT") private String recipe;
You get:
New message types
In addition to the classic addError() and addMessage() now you can use addWarning() and addInfo() from an action. So, if you write a code like this one:
addError("this_is_an_error"); addWarning("this_is_a_warning"); addMessage("this_is_a_message"); addInfo("this_is_an_info");
You get:
And more
See changelog for the complete list of new features and fixes.
I invite you to download and try it.