Hi!
I'm playing around in our ISA B2B enviroment and I want to show some other data then what is visible.
For exemple
<%= JspUtil.encodeHtml(user.getAddress().getTitle()) %> <%= JspUtil.encodeHtml(user.getAddress().getName()) %>
This show the users sirname, is it possible to see what user object contains?
I want to show the Companys name instead of the sirname of the user.
regards
rollo