Hi all

I have a customer entity
I have an activity entity

They both share a key pack_id

I wish to create a single screen for entering both customer and actity data and a single submit that writes to both tables.

I have tried to creting both controllers and meerging code but running into issues.

Code:
org.springframework.beans.NotReadablePropertyException: Invalid property 'customer_address1' of bean class
I have taken the jsp for one of the entities and merged it with the other.

There appears to be a mapping stage that falls over trying to place these extra elemetns on the customer objetct opposed to the activity object.

As this class is within the framework was not sure how to progress.

Has anyone else written to two elements from a single controller and jsp page using roo?

Cheers

Joe