Ive got a few ideas, nothing substantial or tested yet, the best so far I think is to attach a group to all fields, so the validators only trigger when a value is submitted, however you then have to deal with a 100% blank request back in the action handler. I think this should work but not got it to yet, as I'm having issues with groups.
Just out of interest why are you creating so many FB classes, ive just copied the php5 library into the symfony/lib folder and running with that, no problems/restrictions so far. I'm pretty new to symfony so would be interested to know the reasoning behind other methods, inparticular im still getting my head round making filters. Keep me informed of your progress I would be keen to see how it turns out. Mat -----Original Message----- From: Ian P. Christian [mailto:[EMAIL PROTECTED] Sent: 04 July 2007 23:10 To: [email protected] Subject: [symfony-users] Re: Facebook Validation issues Ian P. Christian wrote: > The reason I'm posting all this, is that I'm just facing he same issue > with you, and what I'm considering doing is in my sfFacebookRequest > initialisation, I might check the POST array for any variables that > don't start with 'fb_', and if there are none, set the request type to > GET, I think it's as simple as that. > what utter nonsense, ignore that :) I'm not sure how best to detect when a form is submitted, it's a shame the facebook buttons aren't proper buttons.... Let me know if you come up with an idea for this. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
