Skip to Content
0
Former Member
Nov 28, 2006 at 01:15 PM

user values available in ISA B2B shop

24 Views

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