I'm new to grails, so I'm really sorry for asking something like this.
I have 3 Classes,
Persona which extends to personaFisica and personaJuridica
I've created a GSP with a tab and two submit buttons, inside the following directory
/MyProject/persona/create_mod.gsp
What I'd like to know is how can I save one or the other domain depending on which tab the user completed the fields.