This will enable the CA's to be used in places like the "create account" form simply by adding something like:
<div class="ctrl-holder">
<liferay-ui:custom-attribute
className="<%= User.class.getName() %>"
classPK="<%= 0 %>"
editable="<%= true %>"
label="<%= true %>"
name="name-of-your-pet"
/>
</div>
Raymond Auge added a comment - 30/Apr/09 08:16 AM As long as the CA is defined and permissions VIEW and UPDATE are assigned to Guest, form handling of CAs is seamless and transparent.