Himanshu Gupta wrote:I was planning that during the registration the user will fillin the information and the address will be saved in the address table with its id in the Person Table.
I thought that there must be some quick may to merge the views and the save method.
Also can you suggest that to do this kind of stuff making a service will be better or I can use the address controller in person controller.
Thanks for the reply.
Grails can't yet read your mind.

You'll just need to merge them however you see fit. Scaffolding is great for learning, but you'll soon find out it isn't something you rely on heavily.
As to your service question, again, forget scaffolding. If you didn't have code generated for you, how would you do this? Hint: Using controllers from controllers isn't an option.