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.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Each tab should contain it's own FORM element and submit button. So then each form would submit to a specific action on a specific controller.

link|improve this answer
Thanks for your answer Gregg, I'm trying to do that, each tab has it's own submit button, but I can't find how to bind the button to a specific controller. Could you help me with that? Thanks for your prompt answer! – Matunga Sep 12 '11 at 3:59
Thanks Gregg I got it now...! – Matunga Sep 12 '11 at 4:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.