Hi Bernhard
I could hug you... everything works perfect now.
Joe
On 11/02/2009, at 10.46, Bernhard Schussek wrote:
>
> Hi Joe,
>
> Did you unset the other columns in the ProductsForm?
>
> Your ProductsForm::configure() method should look something like:
>
> public function configure()
> {
> unset($this['ordered']);
> unset($this['delivered']);
> unset($this['location']);
> unset($this['newpic']);
> }
>
>
> Bernhard
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---