This makes sense indeed Adrian Jacques
From: "Adrian Crum" <adrian.c...@sandglass-software.com> >I understand that. The proper fix would be to check if the model > contains an ID, and only create the HTML id attribute if one exists. All > of the extra code to maintain a counter is not necessary. > > -Adrian > > On 1/21/2013 5:40 AM, Sumit Pandit wrote: >> Hello Adrian, >> The issue come when developer does not provide id for screenlet. For >> reference please have a look at >> product/widget/catalog/CatalogScreens.xml#EditProdCatalogCategories; >> Screenlets ar line #112 and #115 ids are missing. >> >> In above case a default id="_col" is created. The fix is generate and >> assigned a unique id for such screenlets. >> >