I am getting the following error:
 
      [ServletException in:/WEB-INF/src/jsp/dyna/searchDynaTableData.jsp] null' 

 with the following in my JSP
 
<logic:iterate name="SearchDynaTableDataForm" property="results" id="element" 
type="Vector" scope="request">
    <display:table name="pageScope.element" export="true" id="<%="row%>" 
requestURI="SearchDynaTableDataAction.do" pagesize="10" class="display">
       <display:column sortable="true"  title="var1" property="var1" 
headerClass="sortable"></display:column>
      <display:column sortable="true"  title="var2" property="var2" 
headerClass="sortable" ></display:column>
    </display:table>
</logic:iterate>
 
if I do id="row" it works fine.
 
The reson I need a runtime expression is that I will be listing a dynamic list of 
multiple tables and I need to change id for each table to do the sort properly. The 
displaytag tld says that a runtime expression is true. What is going on?
N¬HS^µéX¬²š'²ŠÞu¼†4ã‹§u«b¢qÚrG«±Iâµá”1N°¢¹]³S©zt¨º·
ë$¶ŠD½éíÓK®Æt7¯zZ)z»ºº)y©ÂwÞéÜ{o7ÒØIºw¢œÚ+Á¡¶Úÿm4ãø.i×¢¸ŠÊek+Z‚ë®f¢–)à–+-v+)•¬­j¬z¹b²Û,¢êÜyú+éÞm¦Ïÿ–+-²Ê.­Ç¢¸ë–+-³ùb²Ø~ÝÊek+Z‚ë

Reply via email to