I have an Apache ISIS @Action that creates and returns a list of in-memory objects. When those objects are displayed by Apache ISIS as a collection in the browser - the JodaTime DateTime
and String
fields become all null.
There is also another field on the object, which is a persistent entity - it does not get reset to null and is displayed on the object.
Is it possible to display values of non-persistent fields of an object?
EDIT: Apparently the String
field is displayed. The DateTime
are not though. Can this be an issue with DateTime
specifically?