>> - The user needs to click on an menu item to see if something is contained,
>> >> and can't see before if this is actually needed. Please use a bubble -
>> >> number hint like the iphone does to show the number of contained items.
> > About that, yes, can be cool, but we need to improve first the request
> > stuff, since for apply that,
> > a new request will be call after EVERY save.
Hmm, to avoid the request - couldn't the frontend decide:
- if it is a modification of an existing record, do nothing
- if it is the creation of a new record, raise the number by one
- if the record gets deleted, reduce the number of the module by one.