Haris Zukanovic' wrote: > If anyone from symfony team would confirm this to be right conclusion > maybe we can discuss on where to solve it. > The problem is that validation for required is done way ahead of even > knowing if the operation is create or edit (or in other words if the > propel_object->isNew() )
In a very hack-ish kinda way, you could override a function in your actions class that conditionally removes the errors from the request. I've done this before in the past, I'm almost certain it will work :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
