Hi. Thanks for your answer.
I am trying to insert input_auto_complete_tag (as it was in symfony 1.0 http://www.symfony-project.org/book/1_1/11-Ajax-Integration#Autocompletion ) into new forms. There is no "sfWidgetFormInputAutoCompleteTag" class in symfony 1.1. Auto_complete_tag is a text-input component that shows a list of words matching the user's entry while the user types. Rafal 2008/9/2 Marijn Huizendveld <[EMAIL PROTECTED]> > > Hi Rafal, > > I am new to Symfony as well but I started to learn 1.1 from the > beginning. Could you be a bit more specific as to what you are trying > to achieve as I don't know what the behavior was in symfony 1.0 > > Marijn > > On Sep 1, 2008, at 3:40 PM, RaV wrote: > > > > > Could anyone help me? Or just say "yes, you have to define two > > validations". > > > > RaV > > > > On Aug 28, 12:56 pm, RaV <[EMAIL PROTECTED]> wrote: > >> Hi, > >> > >> I am new at this group. I am very intresting in the Symfony > >> Framework but as > >> I read in "The Definitive Guide to symfony", the 1.1 version of > >> Symfony acts > >> with forms with different way (than in 1.0). Now we have class > >> sfForm and > >> whole fields (i.e input fields) are defined and validated in the > >> classes. So > >> what if i want to insert and validate input_auto_complete_tag? > >> Must I define > >> validators for that in old format (i.e. public function > >> validateSend)? > >> > >> Thank you. > >> Rafal Bednarz > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en -~----------~----~----~----~------~----~------~--~---
