cancel
Showing results for 
Search instead for 
Did you mean: 

Tree UI element doesn't work in portal iview

former_member182374
Active Contributor
0 Kudos

Hi All,

I wrote a Web Dynpro application which contains a tree UI element (in a ViewSet).

When I run the application directly from NWDS ("Deploy New Archive and Run") there is no problem.

I created a Web Dynpro iview in the Portal and when I try to run it, I can see the tree but I get "Error on page" and I cannot expand/collapse the tree nodes.

Both Portal & NWDS version is SP15.

Thanks,

Omri

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Omri,

can you try and double click on the "Error on page" and since it's a javascript error it should show a pop-up with the error details. Note the details and let us know.

Regards,

Satyajit.

former_member182374
Active Contributor
0 Kudos

Hi Satyajit,

The error I get is:

Error: 'SSR' is undefined

Code: 0

I've done some tests and other UI elements which have events (like button) doesn't work too when I run them through an iview portal (but work when I run them directly).

Also, I tried to run the application in a simple view (without the viewset) and it worked (both directly and through portal). So I guess the viewset has something to do with it.

Thanks,

Omri

former_member182374
Active Contributor
0 Kudos

I managed to solve the problem by creating a new project.