[symfony-users] sfDoctrine missing email validator and columnName error

2007-03-12 Thread Michael Hart
Hi All, I've just started using symfony and I'm liking what I'm seeing so far, so thanks for all the effort. I've just hooked up the sfDoctrine plugin, as outlined at: http://www.symfony-project.com/trac/wiki/sfDoctrine (symfony v1.0.0, sfDoctrinePlugin r3589) I've noticed a couple of issue

[symfony-users] bug with validation using yml?

2007-03-12 Thread Sid Bachtiar
Hi all, I'm using symfony 1.0 at the moment. I noticed that, for example if: I have two actions called loginForm and login. Action loginForm is the form and login is the action that will process the request from loginForm. I have login.yml for form validation. If I by pass loginForm and directl

[symfony-users] Re: Observer Design Pattern

2007-03-12 Thread Jonathan Bryan
It would be nice to have the observer pattern used with the javascript helpers. Prototype includes observer functions, but symfony still drops alot of javascript into the body that could be elsewhere. Nicolas CHARLOT wrote: > Hi all, > > Does anyone knows if there is already an implementation o

[symfony-users] Re: Observer Design Pattern

2007-03-12 Thread Nicolas Perriault
Nicolas CHARLOT a écrit : > Does anyone knows if there is already an implementation of Observer > Design Pattern in Symfony ? Maybe a Propel behavior should do the trick for you, as the sfPropelNotificationPlugin does : http://www.symfony-project.com/trac/wiki/sfPropelNotificationPlugin ++

[symfony-users] Observer Design Pattern

2007-03-12 Thread Nicolas CHARLOT
Hi all, Does anyone knows if there is already an implementation of Observer Design Pattern in Symfony ? Thanks Nicolas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group,

[symfony-users] Prototype Window Problem

2007-03-12 Thread Muhammad Asif Ali
Hi I am using the protorype Window plugin . Everything works fine . I have some requirment. I am listing all the records and giving a edit option to the user. The edit page will open in new window using Prototype window. After updating the record i want to close the window au