I'd like to use sfDoctrineActAsTaggablePlugin for my current project.
In the documentation it says as follows:
  If you have a Symfony form with a 'tags' field, just replace your
$form['tags']->render() call with this to get an attractive and user
friendly widget for managing the list of tags:

  <?php include_component('taggableComplete','tagWidget',
array('object' => $form->getObject())) ?>

First of all to make this component work, one needs to install
sfJqueryReloadedPlugin. Someone might want to update this in the
documentation.

Second of all, this component doesn't work as described. I tried
adding it to an existing form that I have, but it didn't work. It only
works when it's on its own, that is not inside pre-existing form tags.

So how can I make this component work within an existing form? Thanks
in advance!

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to