id as a runtime expression doesn;t work with Tomcat 4. http://sourceforge.net/tracker/index.php?func=detail&aid=813006&group_id=730 68&atid=536613
Paul > -----Original Message----- > From: Randy Shelley [mailto:[EMAIL PROTECTED] > Sent: 10 June 2004 00:03 > To: [EMAIL PROTECTED] > Subject: [displaytag-user] Can id property of table be a runtime > expression > > > 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? > NHS^éX'u4ubqrGI1N]Szt > $DÓKÆt7zZ)z)yÂwÞ{o7Iw+m4.i×ek+Zf)+-v+)j > zb,y+Þm+-.Ç+-bØ~Ýek+Z > ********************************************************************** Axios Email Confidentiality Footer Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. In such case, you should destroy this message, and notify us immediately. If you or your employer does not consent to Internet email messages of this kind, please advise us immediately. Opinions, conclusions and other information expressed in this message are not given or endorsed by my Company or employer unless otherwise indicated by an authorised representative independent of this message. WARNING: While Axios Systems Ltd takes steps to prevent computer viruses from being transmitted via electronic mail attachments we cannot guarantee that attachments do not contain computer virus code. You are therefore strongly advised to undertake anti virus checks prior to accessing the attachment to this electronic mail. Axios Systems Ltd grants no warranties regarding performance use or quality of any attachment and undertakes no liability for loss or damage howsoever caused. ********************************************************************** ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

