Hello
I created a portal component. This component drops some data in the httpServletRequest, which is read in a html page (containing some javascript for the job).
When I login with my super admin and display my offline html page in the same window, it works. But when I log in with my own created user, I get an error on the access to my component.
Any idea which role I need to add to my user (it's an end-user, so I can't give him admin rights)?
Thanks in advance!
Christof