cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to use IFolderContentElement .

Former Member
0 Kudos

Hi,

I'm following the example of creating a Recursive and Loadable Web Dynpro Tree, but when I try to create an Action and add a parameter with the Java Native type: IFolderContentElement, this isn't included on my availables Java Native Types. What can I do? Where can I find it?

Thanks in advance,

María M

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Maria,

from the name of this interface I suppose there should be a context node named "FolderContent". Can you please verify this?

For context nodes and attributes, typed representations (interfaces) are generated if the "typedAccessRequired" flag is set.

Sometimes the generation process fails, if there are errors in your project. So you should also have a look at the "Problems" or "Tasks" view in Eclipse to see if the project is error-free.

Armin

Answers (0)