Hello,
In Symfony 1.1 I had setup a way to associate a portfolio with a
determinate tag. I got a new project Symfony 1.2 and tried to get it
working with no success:
I have the following tables:
Portfolio
id name
Tag
id name
Portfolio_Tag
id_portfolio id_tag
In Symfony 1.1 I had in generation.yml (portfolio)
edit:
title: Editar Portfolio
display: [id, name, description, tags ]
fields:
tags: { type: admin_select_list, params:
through_class=PortfolioTag }
now in 1.2 I get an error:
Widget "tags" does not exist. It works on 1.1 ! Any tips ?
Thanks
Joao
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---