[symfony-users] Re: Problem with sfPokaYoke

2007-10-18 Thread Fabian Lange
abian -Original Message- From: [EMAIL PROTECTED] om [mailto:[EMAIL PROTECTED] groups.com] On Behalf Of [EMAIL PROTECTED] Sent: Dienstag, 11. September 2007 09:37 To: symfony users Subject: [symfony-users] Re: Problem with sfPokaYoke Any idea so

[symfony-users] Re: Problem with sfPokaYoke

2007-09-11 Thread [EMAIL PROTECTED]
Any idea someone ? On Sep 10, 9:17 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > This is NOT the problem. > I was thinking that too, and I tried, same error with : > var pkykValidationRules1 = {'email': {required: 1,required_msg: 'L > \'email est obligatoire',validators: {sfEmailValidator:

[symfony-users] Re: Problem with sfPokaYoke

2007-09-10 Thread [EMAIL PROTECTED]
This is NOT the problem. I was thinking that too, and I tried, same error with : var pkykValidationRules1 = {'email': {required: 1,required_msg: 'L \'email est obligatoire',validators: {sfEmailValidator: {parameters: {email_error: 'Format [EMAIL PROTECTED]'}}sfPropelUniqueValidator: {parameters: {

[symfony-users] Re: Problem with sfPokaYoke

2007-09-07 Thread Alistair Stead
Hi, I will resolve this ASAP. Thanks for letting me know. Alistair On 07/09/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi, > I have an error with the latest version of sfPokaYoke. > > When generating the pokajoke js, I have this on javascript error > console : > "missing } after pr

[symfony-users] Re: Problem with sfPokaYoke

2007-09-07 Thread Fabian Lange
Hi, yes looks simple. It seems that the quote in L'email est obligatoire gets escaped correctly, but the ones in Format '[EMAIL PROTECTED]' seem not to be escaped. you could for a quick fix remove the single quotes. That should be resolvable pretty easy. Ill check that tonight .: Fabian -U