On Sep 4, 3:20 pm, Mona <[EMAIL PROTECTED]> wrote: > Hi Jaime: > > I tried your suggestion but it didn't work, probably because the calls > to these 2 methods are from 2 separate client requests. > > To answer your last question: > > methodA shows a form and handles the form by calling a web services to > retrieve information. methodB is intended to display the information > in a table which allows the user to choose which information to > actually store into the database. I'm new to CakePHP, perhaps there > is a better way to accomplish this? > > thanks, > Mona
Where is the information stored between requests? look for it there. If it is not being stored, then putting the information into a file or a model / database record would help. -Mark --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
