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 property list"
> On this line :
> "var pkykValidationRules1 = {'email': {required: 1,required_msg: 'L
> \'email est obligatoire',validators: {sfEmailValidator: {parameters:
> {email_error: 'Format
> '[EMAIL PROTECTED]''}}sfPropelUniqueValidator: {parameters:
> {class: 'sfGuardUser',column: 'username',unique_error: 'Ce mail existe
> en base, te fous pas de ma gueule !'}}}},'motdepasse': {required:
> 1,required_msg: 'Mot de passe obligatoire'}};
>
> My validate.yml :
> fields:
> email:
>   required:
>    msg: L'email est obligatoire
>   sfEmailValidator:
>    email_error: Format '[EMAIL PROTECTED]'
>   sfPropelUniqueValidator:
>    class: sfGuardUser
>    column: username
>    unique_error: Ce mail existe en base, te fous pas de ma gueule !
> motdepasse:
>   required:
>    msg: Mot de passe obligatoire
>
> fillin:
> enabled: true
> param:
>   exclude_types: [hidden, password]
>
>
> Any idea ???
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to