Location: /home/openenn/webapps/openemm/recipient/recipient-list.jsp
Code: Select all
<display:table class="list_table"
pagesize="${recipientForm.numberofRows}" id="recipient"
name="recipientList" sort="external" excludedParams="*"
requestURI="/recipient.do?action=${ACTION_LIST}&__fromdisplaytag=true"
partialList="true" size="${recipientList.fullListSize}">
<display:column class="name" headerClass="head_name"
titleKey="recipient.Salutation">
<bean:message key="recipient.gender.${recipient.gender}.short" />
</display:column>
<display:column class="name" headerClass="head_name"
property="firstname" titleKey="recipient.Firstname" sortable="true" />
<display:column class="name" headerClass="head_name"
property="lastname" titleKey="recipient.Lastname" sortable="true" />
<display:column class="name" headerClass="head_name"
property="email" titleKey="mailing.E-Mail" sortable="true"
paramId="recipientID" paramProperty="customerID"
url="/recipient.do?action=${ACTION_VIEW}" />
Code: Select all
<display:column class="name" headerClass="head_name"
property=NEWFIELD" titleKey="recipient.NEWFIELD" sortable="true" />
