search for: fccs

Displaying 1 result from an estimated 1 matches for "fccs".

Did you mean: ccs
2006 Jun 17
0
Dynamic forms containing collections
...ite large forms (more than 600 input fields). The variables @model_name and @field_name contain the proper model and field names as strings, which is enough for "normal" form input fields. (i.e. the "if @history_size == 1" path of the code below works fine!) However, when using FCCs there needs to be a loop over the instance variable which "contains all the fields" to display input fields for, as seen in the "else" path of my code. The problem here is, that @entry and @collection_instance_variable have to change dynamically! I know the names that they shou...