[symfony-users] Re: Form validation in symfony1.2

2009-04-01 Thread Prashanth
Hi jmaicher, Thanks For you Reply. iam searching for form validations without using of widgets. If you have any Idea Please Help me. Regards, Prashanth On Mar 31, 6:53 pm, jmaicher julian.maic...@googlemail.com wrote: It's pretty simple .. you created a class which extends sfForm?! If so

[symfony-users] Re: Form validation in symfony1.2

2009-03-31 Thread Prashanth
Thank you Very much For your Reply. And iam in little confusion where i have to write that code. Please Can you give the Example. On Mar 23, 8:26 pm, Fási Gábor maerl...@gmail.com wrote: You can use the validators described in the Forms book, appendix

[symfony-users] Re: Form validation in symfony1.2

2009-03-31 Thread jmaicher
It's pretty simple .. you created a class which extends sfForm?! If so you just have to implement the configure()-function where you can create widgets (I hope you did that so far). With $this-setValidators you can specify validators for each widget or you can add a post validator. little

[symfony-users] Re: Form validation in symfony1.2

2009-03-23 Thread Fási Gábor
You can use the validators described in the Forms book, appendix B http://www.symfony-project.org/book/forms/1_2/en/B-Validators they can be used w/o the form framework. On Mon, Mar 23, 2009 at 07:10, Prashanth pmahank...@gmail.com wrote: Hi All, iam working with symfony 1.2. i have created

[symfony-users] Re: Form validation in symfony1.2

2009-03-23 Thread nidheesh
I think you should use widgets in sf1.2 to for validation. Its not that much difficult to use it rather i think its easier than ordinary form and validations used before. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google