Re: Validation in plone

2008-07-07 Thread Bruno Desthuilliers
Sallu a écrit : Hi all and one, How to do server side validation in plone? Wrong place for Plone related questions. Try the Plone mailing list. -- http://mail.python.org/mailman/listinfo/python-list

Validation in plone

2008-07-06 Thread Sallu
Hi all and one, How to do server side validation in plone? please help me its very urgent. i created a validator.py file where i wrote a script for 'special character are not allowed' and calling that script in movie.py its working fine by validators = ('splcharvalid',), and