#1 2019-10-05 08:00:48

yeneb
Member
Registered: 2019-10-05

Show current user info

Hello community,
I have a static dadget HTML , is posible show de information from de globals variables or read of de request URL in dadget panel.

Example static html dadget
"<!DOCTYPE html>
<html>
    <head>
    </head>
    <body>
                    <p> the current user is :  ${_RS_USER.getUsername()} </p>
    </body>
</html>"

Example URL dadget:
http://host:port/xxx/xxxx/?user=${_RS_USER.getUsername()}
"<!DOCTYPE html>
<html>
    <head>
    </head>
    <body>
                    <p> the current user is : <% request.getParameter("user"); %>  </p>
    </body>
</html>"



Ideas for this.
thanks.

Offline

#2 2019-10-07 11:42:08

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Show current user info

Hi yeneb,

this is currently not possible, but we have this ticket for this in the development queue: RS-3169

Regards,
Eduardo

Offline

Board footer

Powered by FluxBB