Forums de discussion

Custom Attributes to enhance Users

vasv kumar, modifié il y a 12 années.

Custom Attributes to enhance Users

Junior Member Publications: 46 Date d'inscription: 07/02/11 Publications récentes
Hi,

How to show custom users in create_account.jsp.In 5.2.3 the below code is working for that.But how we have to display in liferay 6.0.5?

<liferay-ui:custom-attribute-list
className="<%= User.class.getName() %>"
classPK="<%= selUser != null ? selUser.getUserId() : 0 %>"
editable="<%= true %>"
/>