<logic:notEmpty name="moreQue" scope="request">
<logic:iterate id="mq" name="moreQue" scope="request" indexId="ind">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="8%" align=right height=23>[ ${ind+1} ]</td>
<td width="2%"> </td>
<td width="90%" align=left nowrap style="font-size:11pt;">
<bean:write name="mq" property="subject" filter="true"/>
</td>
</tr>
</table>
</logic:iterate></logic:notEmpty>