Bug in EditableChild template

Bug in EditableChild template

Old forum URL: forums.lhotka.net/forums/t/1772.aspx


wjcomeaux posted on Wednesday, November 15, 2006

I am generating an EditableChild object on the Buildings table.

I want this object to have a child of type Company so I also need to generate the Company Editable Child object.

In the code generated for the Building Editable Child I see this

private CompanyEC _company = CompanyEC.NewCompanyEC();

However, in the CompanyEC object, no parameterless NewCompanyEC() function is created. The only NewCompanyEC function required an ID parameter.

Am doing something wrong with the template or would this be a bug?

Thanks,

Will

rasupit replied on Tuesday, November 21, 2006

You normally don't have editable child object inside editable child object, therefore this scenario is not supported.  The only supported scenario is to have child collection object inside editable child/root object.

Ricky

Copyright (c) Marimer LLC