Hi All,

I am using symfony 1.4,

I have a class named Question and another class named OptionCollection,
The OptionCollection form is a derived class of question. This form has
collection of embedded form of class Options

Now i need a single form that has Question and OptionCollection so i have
embedded the OptionCollection into Question form object.

The problem i am facing is,

I loop through the Question object and get the fields and present in the
view, but the embedded form of OptionCollection is also rendered as a field,
but this is a collection of other widget from  Options form . I need to get
field in these widget. So i need to display it with a different styling.

Kindly let me know how to read these values


-- 
Thanks & Regards
Srivatsa

-- 
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