Well, you can't really execute two controller actions, so you either need to have two separate forms that are submitted and processed separately (one for Entry, one for Screenshot), or you need the one action to deal with both models.
If you want to do it in a single action, then keep as much of your Screenshot processing / validation in your Screenshot model, and have the extra bits in the Entries/add action. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
