Hello everybody,
i already have a customized import dialog. What i want now is that based on what a user selects in a dropdown-list on my import_content.jsp, aspects are attached to the imported document and input fields are shown on the jsp, allowing the users to type in the values for the attributes of the aspect.
I think i will have to override a method of the ImportContent or
ImportContentContainer class to attach the aspects but i don't know
which...
And i have no idea how to dynamically show the input fields of the right aspect in the jsp...
I hope its not too difficult to understand what i want, but if someone does, can you please help me out??? 