Reference repository item properties via JSTL as shown in the following example.

<dsp:importbean bean="/atg/userprofiling/Profile" var="profile"/>
<c:out value="${profile.firstName}"/>

The following example shows an alternate syntax.

<c:out value='${nucleus["/atg/userprofiling/Profile"].firstName}'/>