Re: Validation in plone
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
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