Hello Experts,
We have a requirement that user can import complete folder structure from his desktop to repository at particular location. Fill the custom attributes of documents.
For this, We have created one custom action using "Standard WDK import" and configured this action in one tab.
Now when we select folder and click on Next button, first screen appears having folder attributes and second screen appears having document custom attributes. We have set display configuration for custom document type so that these attributes can be visible to document screen of folder import action. Some attributes have value assistance with them to populate their values.
Now when we select some attribute value on the page, we get the below error -
java.lang.IllegalStateException: Control is already created:
improt_4_import_4_attrlist_dm_info_0_<Attr Name>_<custom type>_0_value_0:0
I am not able to understand why this error happens on selection of attribute value selection.
Your help would be really appreciated.