Render dynamic data in a component's sightly
I have a component. Nothing needs to be authored on the dialog for this component. The content is dynamic for different users.
Now, user data is being stored at Java level in a service in an httpSession object.
How can I get that data to be rendered in that component's sightly?
I've written a model but it is not working.

Also, the component's sightly code is like below

What am I doing wrong here?



