Display HashMap in UI

2016-09-22 Thread Simecsek Timothy
Hi, I'm using a Map in one of our DomainObjects which is stored in one column of this class. This is the definition: //region > requestHeaders (collection) private Map requestHeaders = Maps.newHashMap(); @MemberOrder(sequence = "2.0") @CollectionLayout(named = "request headers", render = RenderT

Re: Action is not working on deployment

2016-09-22 Thread Stephen Cameron
Oh dear, this was working all along. Its much slower on the production system for some reason. Sorry for wasting peoples precious time (incliding my own). On Sat, Sep 17, 2016 at 9:21 AM, Stephen Cameron wrote: > Thanks for the suggestions, I'll have time to get into this properly, > figure out

object level ownership / tenancy

2016-09-22 Thread Martin
Hello, We want to give ownership of specific objects in the domain model to a subset of users. Example: an application to manage concerts, and a subset of the users is the concert organization committee. The members of the organization committee can be added and removed at runtime or defined when